diff options
Diffstat (limited to 'news/nntpcache/files/nntpcached.in')
-rw-r--r-- | news/nntpcache/files/nntpcached.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/news/nntpcache/files/nntpcached.in b/news/nntpcache/files/nntpcached.in index e7f931b1045f..e4f9f0ab96bc 100644 --- a/news/nntpcache/files/nntpcached.in +++ b/news/nntpcache/files/nntpcached.in @@ -2,7 +2,6 @@ # PROVIDE: nntpcached # REQUIRE: NETWORKING SERVERS -# BEFORE: DAEMON # KEYWORD: shutdown # @@ -20,8 +19,7 @@ load_rc_config $name command=%%PREFIX%%/sbin/nntpcached required_files="%%PREFIX%%/etc/nntpcache/nntpcache.access %%PREFIX%%/etc/nntpcache/nntpcache.config %%PREFIX%%/etc/nntpcache/nntpcache.servers" -procname=nntpcached -nntpcached_enable=${nntpcached_enable:-"NO"} +: ${nntpcached_enable="NO"} run_rc_command "$1" |