c64bf98a2f
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
24 lines
841 B
Plaintext
24 lines
841 B
Plaintext
* GNU finger for FreeBSD *
|
|
|
|
* CAUTION *
|
|
This ports collection is install some daemon programs,
|
|
to /usr/local/libexec, *NOT* to /usr/local/etc.
|
|
|
|
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.
|
|
|
|
- Yoshiro MIHIRA
|
|
(sanpei@FreeBSD.org)
|