diff options
author | osa <osa@FreeBSD.org> | 2003-10-16 17:34:30 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2003-10-16 17:34:30 +0800 |
commit | e40c04e8b837299f7766379441585ee98986e2a5 (patch) | |
tree | 7e95d1ff893980aa127e9da3508b4be05f46b356 /net/gnu-finger/pkg-descr | |
parent | 95d7ef10c80035b4fbe3899f622b843339a7b2a8 (diff) | |
download | freebsd-ports-gnome-e40c04e8b837299f7766379441585ee98986e2a5.tar.gz freebsd-ports-gnome-e40c04e8b837299f7766379441585ee98986e2a5.tar.zst freebsd-ports-gnome-e40c04e8b837299f7766379441585ee98986e2a5.zip |
Fix build on -CURRENT [1]
Also make portlint(1) much more happy:
remove hyphen from PORTNAME and add PKGNAMEPREFIX;
fix pkg-plist;
Bump PORTREVISION.
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> [1],
osa
PR: 58062
Diffstat (limited to 'net/gnu-finger/pkg-descr')
-rw-r--r-- | net/gnu-finger/pkg-descr | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/net/gnu-finger/pkg-descr b/net/gnu-finger/pkg-descr index 5af0e94a4ab1..8ce59604fa81 100644 --- a/net/gnu-finger/pkg-descr +++ b/net/gnu-finger/pkg-descr @@ -4,24 +4,17 @@ This ports collection is install some daemon programs, to /usr/local/libexec, *NOT* to /usr/local/etc. -* how to quick install: * - -1) Pleae rewrite collectory serverhost,clients,mailhost for your site. +1) Please rewrite collectory serverhost,clients,mailhost for your site. Sample file is in /usr/local/etc/fingerdir. - 2) Add below lines to /etc/inetd.conf cfingerd stream tcp nowait nobody /usr/local/libexec/in.cfingerd in.cfingerd finger stream tcp nowait nobody /usr/local/libexec/in.fingerd in.fingerd 3) Comment out old finger line in /etc/inetd.conf - #finger stream tcp nowait nobody /usr/libexec/fingerd fingerd -s - 4) Restart inetd - % kill -HUP `cat /var/run/inetd.pid` - 5) If this host is GNU finger server host, rename fingerd.sh.sample to fingerd.sh in /usr/local/etc/rc.d directory. And exec fingerd.sh. |