1996-07-10 18:33:14 -04:00
|
|
|
* GNU finger for FreeBSD *
|
|
|
|
|
|
|
|
* CAUTION *
|
|
|
|
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.
|
|
|
|
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,
|
1997-01-06 02:24:43 -05:00
|
|
|
rename fingerd.sh.sample to fingerd.sh in /usr/local/etc/rc.d directory.
|
|
|
|
And exec fingerd.sh.
|
1996-07-10 18:33:14 -04:00
|
|
|
|
|
|
|
- Yoshiro MIHIRA
|
2000-07-02 09:37:53 -04:00
|
|
|
(sanpei@FreeBSD.org)
|