summaryrefslogtreecommitdiff
path: root/net/icsi-finger
diff options
context:
space:
mode:
authoris <is@pkgsrc.org>2011-02-11 17:16:03 +0000
committeris <is@pkgsrc.org>2011-02-11 17:16:03 +0000
commit9da38938a85beb40af6a3fe7dd22c617f5ebc5d2 (patch)
treec7e4c5002ef4745724ff6943cfda28aed3a7d8f9 /net/icsi-finger
parent2eda713cfc371a63732d3e097e75ff95ff9ec81f (diff)
downloadpkgsrc-9da38938a85beb40af6a3fe7dd22c617f5ebc5d2.tar.gz
Move FingerDir back to /var/spool; this way it can be writable by a specific
unpriviledged user gfingerd can run as. (Otherwise somebody would need to create that directory it at boot time).
Diffstat (limited to 'net/icsi-finger')
-rw-r--r--net/icsi-finger/MESSAGE7
-rw-r--r--net/icsi-finger/Makefile4
-rw-r--r--net/icsi-finger/distinfo4
-rw-r--r--net/icsi-finger/patches/patch-ah4
4 files changed, 12 insertions, 7 deletions
diff --git a/net/icsi-finger/MESSAGE b/net/icsi-finger/MESSAGE
index 44b491b4d6f..3928d7cbf5b 100644
--- a/net/icsi-finger/MESSAGE
+++ b/net/icsi-finger/MESSAGE
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.4 2003/08/12 16:27:19 reed Exp $
+$NetBSD: MESSAGE,v 1.5 2011/02/11 17:16:03 is Exp $
ICSI-finger needs a lot of configuration to be useful. Therefore
it isn't activated when installed.
@@ -15,4 +15,9 @@ ${PREFIX}/share/examples/icsi-finger/services-add to /etc/services, and
(on the master finger server)
${PREFIX}/share/examples/icsi-finger/rc.local-add to /etc/rc.local.
+gfingerd should be run as an unpriviledged user; it needs to be able
+to write to /var/spool/fingerdir only.
+
+in.fingerd needs to be ale to read from /var/spool/fingerdir
+
===========================================================================
diff --git a/net/icsi-finger/Makefile b/net/icsi-finger/Makefile
index c91cebefa92..f31353f7b27 100644
--- a/net/icsi-finger/Makefile
+++ b/net/icsi-finger/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2011/01/18 12:28:25 is Exp $
+# $NetBSD: Makefile,v 1.16 2011/02/11 17:16:03 is Exp $
#
DISTNAME= icsi-finger-1.0.27
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= net
MASTER_SITES= ftp://ftp.icsi.berkeley.edu/pub/ai/stolcke/software/
EXTRACT_SUFX= .tar.Z
diff --git a/net/icsi-finger/distinfo b/net/icsi-finger/distinfo
index 7afebcef6bc..7e5405f7de4 100644
--- a/net/icsi-finger/distinfo
+++ b/net/icsi-finger/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2011/01/18 12:28:25 is Exp $
+$NetBSD: distinfo,v 1.9 2011/02/11 17:16:03 is Exp $
SHA1 (icsi-finger-1.0.27.tar.Z) = 41f03c42269a402169000a6b08ba8c6330256861
RMD160 (icsi-finger-1.0.27.tar.Z) = 92839362b6d4b1893958ca0909654f070e734aa4
@@ -9,7 +9,7 @@ SHA1 (patch-ac) = e3759d714eafae1cc6a8e974d8a79f065f7efe24
SHA1 (patch-ad) = de1489cf9860bd412a43a875a43eae69dd559606
SHA1 (patch-ae) = 7613ee307bb047d5e5c794b829dcd1cb1c8edb81
SHA1 (patch-af) = 96d691992eecbf08118a924218570325a52603b1
-SHA1 (patch-ah) = edc68dfa08125620b6353f9f762ab6776f6b0597
+SHA1 (patch-ah) = d61e893ce11a3957bbe138abc9a247b0d4b51a0e
SHA1 (patch-ai) = 01b48ecef2c1fe191780c9a8dee61f2951ee9c10
SHA1 (patch-aj) = 53adee387e703fcff2b8f5dba4ae593712acb2ad
SHA1 (patch-ak) = 8e9bd7da344e082deb0e51301e124a2b7f8025fe
diff --git a/net/icsi-finger/patches/patch-ah b/net/icsi-finger/patches/patch-ah
index b45b948c084..cfb38573b6a 100644
--- a/net/icsi-finger/patches/patch-ah
+++ b/net/icsi-finger/patches/patch-ah
@@ -1,4 +1,4 @@
-$NetBSD: patch-ah,v 1.1 2008/12/15 15:37:56 is Exp $
+$NetBSD: patch-ah,v 1.2 2011/02/11 17:16:03 is Exp $
--- config.h.orig 1997-10-27 20:44:06.000000000 +0100
+++ config.h
@@ -25,7 +25,7 @@ $NetBSD: patch-ah,v 1.1 2008/12/15 15:37:56 is Exp $
#undef FingerDir
-#define FingerDir /var/spool/fingerdir
-#endif
-+#define FingerDir /var/run/fingerdir
++#define FingerDir /var/spool/fingerdir
+
+#undef MugShotPath
+#define MugShotPath "/usr/pkg/images/finger"