[packages/spamassassin] - we use -r /var/run/spamd.pid in init script, avoid extra (and misleading) --pidfile in sysconfig

adamg adamg at pld-linux.org
Tue Jan 8 22:58:25 CET 2019


commit 53e67be024c9308d464bc8bf5303f5058402a800
Author: Adam Gołębiowski <adamg at pld-linux.org>
Date:   Tue Jan 8 22:58:15 2019 +0100

    - we use -r /var/run/spamd.pid in init script, avoid extra (and misleading) --pidfile in sysconfig

 spamassassin.sysconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/spamassassin.sysconfig b/spamassassin.sysconfig
index f8e4aca..83a1792 100644
--- a/spamassassin.sysconfig
+++ b/spamassassin.sysconfig
@@ -1,4 +1,4 @@
 # Customized settings for spamassassin (spamd)
 
 # Cmdline options 
-SPAMD_OPTS="-d -c --pidfile=/var/run/spamassassin.pid"
+SPAMD_OPTS="-d -c"
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/spamassassin.git/commitdiff/53e67be024c9308d464bc8bf5303f5058402a800



More information about the pld-cvs-commit mailing list