diff options
Diffstat (limited to 'news/newscache/files/newscache.in')
-rw-r--r-- | news/newscache/files/newscache.in | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/news/newscache/files/newscache.in b/news/newscache/files/newscache.in deleted file mode 100644 index 57830d8ad51d..000000000000 --- a/news/newscache/files/newscache.in +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# PROVIDE: newscache -# REQUIRE: DAEMON -# -# Add the following lines to /etc/rc.conf to enable newscache: -# -# newscache_enable="YES" -# newscache_flags="<set as needed>" - -newscache_enable=${newscache_enable-"NO"} - -. /etc/rc.subr - -name=newscache -rcvar=newscache_enable - -command=%%PREFIX%%/sbin/${name} -pidfile=/var/run/${name}.pid -sig_stop=KILL - -load_rc_config ${name} -run_rc_command "$1" |