summaryrefslogtreecommitdiff
path: root/news/nntpcache/files/nntpcached.sh
diff options
context:
space:
mode:
Diffstat (limited to 'news/nntpcache/files/nntpcached.sh')
-rw-r--r--news/nntpcache/files/nntpcached.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/news/nntpcache/files/nntpcached.sh b/news/nntpcache/files/nntpcached.sh
new file mode 100644
index 00000000000..00c0a2cb158
--- /dev/null
+++ b/news/nntpcache/files/nntpcached.sh
@@ -0,0 +1,16 @@
+#!@RCD_SCRIPTS_SHELL@
+#
+# $NetBSD: nntpcached.sh,v 1.1 2008/06/15 13:08:52 obache Exp $
+#
+# PROVIDE: nntpcached
+# REQUIRE: NETWORKING SERVERS
+# KEYWORD: shutdown
+
+. /etc/rc.subr
+
+name="nntpcached"
+rcvar=${name}
+command="@PREFIX@/sbin/${name}"
+
+load_rc_config ${name}
+run_rc_command "$1"