http://bugzilla.spamassassin.org/show_bug.cgi?id=3910
Summary: slackware rc.d script fails
Product: Spamassassin
Version: 3.0.0
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Building & Packaging
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
the rc.d script provided for slackware fails to stop (and restart) spamd.
for this to work here, I had to change the 'stop' method from
# $KILL -9 `cat $PIDFILE`
# /bin/rm $PIDFILE
to
$KILL `/sbin/pidof $PNAME`
and on the 'restart' method, I added a 'sleep 1s' between stop and start
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.