aboutsummaryrefslogtreecommitdiffstats
path: root/net/gnu-finger/pkg-descr
blob: 5af0e94a4ab14d9d088976d597c82606dcee4ae4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
                            * 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,
   rename fingerd.sh.sample to fingerd.sh in /usr/local/etc/rc.d directory.
   And exec fingerd.sh.

- Yoshiro MIHIRA
(sanpei@FreeBSD.org)