aboutsummaryrefslogtreecommitdiffstats
path: root/news/nntpcache/files
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1997-02-17 09:48:09 +0800
committerobrien <obrien@FreeBSD.org>1997-02-17 09:48:09 +0800
commitc6a772e74532b844cc9166158bec31aaf5db7413 (patch)
tree51b3a85521d040e436365a9598898b1705961bc7 /news/nntpcache/files
parent7f275b4e0b268900e8fb1c9e20fd9abba4dac893 (diff)
downloadfreebsd-ports-gnome-c6a772e74532b844cc9166158bec31aaf5db7413.tar.gz
freebsd-ports-gnome-c6a772e74532b844cc9166158bec31aaf5db7413.tar.zst
freebsd-ports-gnome-c6a772e74532b844cc9166158bec31aaf5db7413.zip
Add etc/rc.d script to kick off nntpcached at boot.
Remove *.bak config files. Closes-PR: ports/1813 Forgotten by: peter Please don't forget to close PR's. Duplicated effort is effort that could be used elsewhere. ;-)
Diffstat (limited to 'news/nntpcache/files')
-rw-r--r--news/nntpcache/files/nntpcached.rc4
1 files changed, 4 insertions, 0 deletions
diff --git a/news/nntpcache/files/nntpcached.rc b/news/nntpcache/files/nntpcached.rc
new file mode 100644
index 000000000000..7d152a697284
--- /dev/null
+++ b/news/nntpcache/files/nntpcached.rc
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+PATH=%%PREFIX%%/sbin:/bin:/usr/bin
+[ -x %%PREFIX%%/sbin/nntpcached ] && nntpcached && echo -n ' nntpcached'