aboutsummaryrefslogtreecommitdiff
path: root/security/clamsmtp
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2006-07-19 16:18:41 +0000
committerDoug Barton <dougb@FreeBSD.org>2006-07-19 16:18:41 +0000
commit53c3693939c03628b9be75770443bc032ffb29f5 (patch)
tree46c7919b1aff1ffaa4d36489e280478ea8c37714 /security/clamsmtp
parent31b231c0d38439f81d8d85c798e8f15e0ed99f84 (diff)
downloadports-53c3693939c03628b9be75770443bc032ffb29f5.tar.gz
ports-53c3693939c03628b9be75770443bc032ffb29f5.zip
Clean up sig_stop values. In most cases this means removing a leading -,
since rc.subr adds that already. In 3 cases it meant removing a wrongly specified TERM, since that is the default.
Notes
Notes: svn path=/head/; revision=168253
Diffstat (limited to 'security/clamsmtp')
-rw-r--r--security/clamsmtp/files/clamsmtpd.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/clamsmtp/files/clamsmtpd.sh.in b/security/clamsmtp/files/clamsmtpd.sh.in
index 834bcab5775a..51eaf0a94a16 100644
--- a/security/clamsmtp/files/clamsmtpd.sh.in
+++ b/security/clamsmtp/files/clamsmtpd.sh.in
@@ -29,6 +29,6 @@ command=%%PREFIX%%/sbin/${name}
command_args="-f ${clamsmtpd_conf} -p ${clamsmtpd_pid}"
required_files=${clamsmtpd_conf}
pidfile=${clamsmtpd_pid}
-sig_stop=-KILL
+sig_stop=KILL
run_rc_command "$1"