drop unused patch, sync with master
This commit is contained in:
parent
4003aacf0a
commit
7ad01f45d7
@ -20,7 +20,6 @@ Patch0003: honour-buildflags.patch
|
|||||||
Patch0004: no-copy-from-icu.patch
|
Patch0004: no-copy-from-icu.patch
|
||||||
Patch0005: cloop-honour-build-flags.patch
|
Patch0005: cloop-honour-build-flags.patch
|
||||||
Patch0007: 0001-Port-to-RISC-V-64-bit-riscv64.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: autoconf automake libtommath-devel libtool ncurses-devel libicu-devel
|
||||||
BuildRequires: libedit-devel gcc-c++ libstdc++-static systemd-units chrpath zlib-devel procmail
|
BuildRequires: libedit-devel gcc-c++ libstdc++-static systemd-units chrpath zlib-devel procmail
|
||||||
|
|||||||
@ -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
|
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user