diff options
Diffstat (limited to 'debian/patches/0002-Fix-pidfile-location.patch')
-rw-r--r-- | debian/patches/0002-Fix-pidfile-location.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/debian/patches/0002-Fix-pidfile-location.patch b/debian/patches/0002-Fix-pidfile-location.patch deleted file mode 100644 index d7c4a0b..0000000 --- a/debian/patches/0002-Fix-pidfile-location.patch +++ /dev/null @@ -1,29 +0,0 @@ -From: Michael Biebl <biebl@debian.org> -Date: Mon, 9 Jun 2014 19:11:33 +0200 -Subject: Fix pidfile location - -https://github.com/rsyslog/rsyslog/issues/86 ---- - tools/syslogd.c | 9 ++------- - 1 file changed, 2 insertions(+), 7 deletions(-) - -diff --git a/tools/syslogd.c b/tools/syslogd.c -index ec0beb7..857512b 100644 ---- a/tools/syslogd.c -+++ b/tools/syslogd.c -@@ -134,13 +134,8 @@ void rsyslogdDebugSwitch(); - void rsyslogdDoDie(int sig); - - --#if defined(SYSLOGD_PIDNAME) --# undef _PATH_LOGPID --# define _PATH_LOGPID "/etc/" SYSLOGD_PIDNAME --#else --# ifndef _PATH_LOGPID --# define _PATH_LOGPID "/etc/rsyslogd.pid" --# endif -+#ifndef _PATH_LOGPID -+# define _PATH_LOGPID "/var/run/rsyslogd.pid" - #endif - - #ifndef _PATH_TTY |