in /etc/rc.subr, we have _run_rc_killcmd() function, which does this: _cmd="kill -$1 $rc_pid". When we set sig_stop to -KILL, the kill command receives wrong signal (i.e. "--KILL") so it silently sends a wrong signal.
Responsible Changed From-To: freebsd-ports-bugs->danger Submitter has GNATS access (via the GNATS Auto Assign Tool)
Responsible Changed From-To: danger->freebsd-ports-bugs back to the pool as I am not ports committer
State Changed From-To: open->closed committed, thanks
arved 2010-07-28 15:58:40 UTC FreeBSD ports repository Modified files: mail/spampd Makefile mail/spampd/files spampd.in Log: Fix sig_stop in rc.d script Bump PORTREVISION PR: 148868 Submitted by: danger Revision Changes Path 1.12 +1 -1 ports/mail/spampd/Makefile 1.6 +1 -1 ports/mail/spampd/files/spampd.in _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"