From 7ad01f45d7c7e181b2d886783d11fab932e27c71 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Thu, 22 Sep 2022 12:49:00 +0800 Subject: [PATCH] drop unused patch, sync with master --- firebird.spec | 1 - fix-failed-to-parse-pid-from-pid-file.patch | 24 --------------------- 2 files changed, 25 deletions(-) delete mode 100644 fix-failed-to-parse-pid-from-pid-file.patch diff --git a/firebird.spec b/firebird.spec index 6cbac7d..6c0458c 100644 --- a/firebird.spec +++ b/firebird.spec @@ -20,7 +20,6 @@ Patch0003: honour-buildflags.patch Patch0004: no-copy-from-icu.patch Patch0005: cloop-honour-build-flags.patch Patch0007: 0001-Port-to-RISC-V-64-bit-riscv64.patch -Patch0008: fix-failed-to-parse-pid-from-pid-file.patch BuildRequires: autoconf automake libtommath-devel libtool ncurses-devel libicu-devel BuildRequires: libedit-devel gcc-c++ libstdc++-static systemd-units chrpath zlib-devel procmail diff --git a/fix-failed-to-parse-pid-from-pid-file.patch b/fix-failed-to-parse-pid-from-pid-file.patch deleted file mode 100644 index 6dd6f94..0000000 --- a/fix-failed-to-parse-pid-from-pid-file.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 16b7c7ddb797a83863ec472f0db611c6c5777073 Mon Sep 17 00:00:00 2001 -From: starlet-dx <15929766099@163.com> -Date: Mon, 7 Mar 2022 16:24:03 +0800 -Subject: [PATCH 1/1] fix failed to parse pid from pid file - ---- - .../install/arch-specific/linux/firebird-superserver.service.in | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/builds/install/arch-specific/linux/firebird-superserver.service.in b/builds/install/arch-specific/linux/firebird-superserver.service.in -index fa9fbef..7501868 100644 ---- a/builds/install/arch-specific/linux/firebird-superserver.service.in -+++ b/builds/install/arch-specific/linux/firebird-superserver.service.in -@@ -9,6 +9,7 @@ Group=firebird - Type=forking - PIDFile=/var/run/firebird/default.pid - ExecStart=@FB_SBINDIR@/fbguard -pidfile /var/run/firebird/default.pid -daemon -forever -+ExecStartPost=/usr/bin/sleep 0.1 - StandardError=syslog - - [Install] --- -2.30.0 -