diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-06-06 15:28:35 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-06-06 15:28:35 +0000 |
commit | 4a004c1a1ec37beed80c8dde0b8c5150d1094fb7 (patch) | |
tree | 93782144bd5be30e3358aee8e63ca28dcd0e7f75 /news/nntpcache/files | |
parent | aacca668616835e163e01de32bb8c51d26b51429 (diff) | |
download | pkgsrc-4a004c1a1ec37beed80c8dde0b8c5150d1094fb7.tar.gz |
Initial addition of an nntp multi-server caching daemon.
Fixes pr 4752, based on the pkg by Ty Sarna with minor changes.
Diffstat (limited to 'news/nntpcache/files')
-rw-r--r-- | news/nntpcache/files/md5 | 1 | ||||
-rw-r--r-- | news/nntpcache/files/nntpcached.rc | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/news/nntpcache/files/md5 b/news/nntpcache/files/md5 new file mode 100644 index 00000000000..05e2b7d0194 --- /dev/null +++ b/news/nntpcache/files/md5 @@ -0,0 +1 @@ +MD5 (nntpcache-1.0.7.1.tar.gz) = 1aebe46659ee0b4d8bb5eac77c12d8eb diff --git a/news/nntpcache/files/nntpcached.rc b/news/nntpcache/files/nntpcached.rc new file mode 100644 index 00000000000..a7148b686b5 --- /dev/null +++ b/news/nntpcache/files/nntpcached.rc @@ -0,0 +1,5 @@ +#!/bin/sh +# $NetBSD: nntpcached.rc,v 1.1 1998/06/06 15:28:36 frueauf Exp $ + +PATH=%%PREFIX%%/sbin:/bin:/usr/bin +[ -x %%PREFIX%%/sbin/nntpcached ] && nntpcached && echo -n ' nntpcached' |