Fix unit file to write pid correctly. Fixes bug #783108
This commit is contained in:
parent
e48dafc94c
commit
503b45eb4b
@ -7,7 +7,7 @@ Type=forking
|
||||
PIDFile=/var/run/spamd.pid
|
||||
EnvironmentFile=-/etc/sysconfig/spamassassin
|
||||
ExecStartPre=-/sbin/portrelease spamd
|
||||
ExecStart=/usr/bin/spamd $SPAMDOPTIONS
|
||||
ExecStart=/usr/bin/spamd --pidfile /var/run/spamd.pid $SPAMDOPTIONS
|
||||
StandardOutput=syslog
|
||||
StandardError=syslog
|
||||
|
||||
|
@ -69,7 +69,7 @@ Summary: Spam filter for email which can be invoked from mail delivery agents
|
||||
Name: spamassassin
|
||||
Version: 3.3.2
|
||||
#Release: 0.8.%{prerev}%{?dist}
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
License: ASL 2.0
|
||||
Group: Applications/Internet
|
||||
URL: http://spamassassin.apache.org/
|
||||
@ -352,6 +352,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jan 19 2012 Kevin Fenzi <kevin@scrye.com> - 3.3.2-9
|
||||
- Fix unit file to write pid correctly. Fixes bug #783108
|
||||
|
||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.2-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user