summaryrefslogtreecommitdiff
path: root/news/nntpcache/files
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1998-06-06 15:28:35 +0000
committerfrueauf <frueauf@pkgsrc.org>1998-06-06 15:28:35 +0000
commit4a004c1a1ec37beed80c8dde0b8c5150d1094fb7 (patch)
tree93782144bd5be30e3358aee8e63ca28dcd0e7f75 /news/nntpcache/files
parentaacca668616835e163e01de32bb8c51d26b51429 (diff)
downloadpkgsrc-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/md51
-rw-r--r--news/nntpcache/files/nntpcached.rc5
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'