diff options
author | Doug Barton <dougb@FreeBSD.org> | 2006-07-19 16:18:41 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2006-07-19 16:18:41 +0000 |
commit | 53c3693939c03628b9be75770443bc032ffb29f5 (patch) | |
tree | 46c7919b1aff1ffaa4d36489e280478ea8c37714 /news | |
parent | Tune up the rc.d script generally, including fixing the sig_stop value (diff) |
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 'news')
-rw-r--r-- | news/newscache/files/newscache.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/newscache/files/newscache.sh.in b/news/newscache/files/newscache.sh.in index f41d8c8f746d..80c1006af70f 100644 --- a/news/newscache/files/newscache.sh.in +++ b/news/newscache/files/newscache.sh.in @@ -19,7 +19,7 @@ rcvar=`set_rcvar` command=%%PREFIX%%/sbin/${name} pidfile=/var/run/${name}.pid -sig_stop=-KILL +sig_stop=KILL load_rc_config ${name} run_rc_command "$1" |