diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 1999-12-11 10:06:42 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 1999-12-11 10:06:42 +0000 |
commit | 14e60a3375593a9e2c2d617dd07085701f83eb35 (patch) | |
tree | ea09bcf8888d994d6dc8a90a05b3090bf5e0f3cc /etc | |
parent | 4a038e3f66a4f255b18613d9a2356ced4301ba2f (diff) |
add fingerd on tcp6.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inetd.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf index 0f48ae3392d..f194e35fafd 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: inetd.conf,v 1.34 1999/12/11 02:11:44 itojun Exp $ +# $OpenBSD: inetd.conf,v 1.35 1999/12/11 10:06:41 itojun Exp $ # # Internet server configuration database # @@ -44,3 +44,4 @@ rusersd/1-3 dgram rpc/udp wait root /usr/libexec/rpc.rusersd rpc.rusersd # define *both* IPv4 and IPv6 entries for dual-stack support. #ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -US #telnet stream tcp6 nowait root /usr/libexec/telnetd telnetd -k +#finger stream tcp6 nowait nobody /usr/libexec/fingerd fingerd -lsm |