diff options
author | obrien <obrien@FreeBSD.org> | 1997-02-17 09:48:09 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-02-17 09:48:09 +0800 |
commit | c6a772e74532b844cc9166158bec31aaf5db7413 (patch) | |
tree | 51b3a85521d040e436365a9598898b1705961bc7 /news/nntpcache/files | |
parent | 7f275b4e0b268900e8fb1c9e20fd9abba4dac893 (diff) | |
download | freebsd-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.rc | 4 |
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' |