diff options
| author | Paul Traina <pst@FreeBSD.org> | 1994-09-28 17:09:38 +0000 |
|---|---|---|
| committer | Paul Traina <pst@FreeBSD.org> | 1994-09-28 17:09:38 +0000 |
| commit | d808fe8f6da003110e9497d0d0444157d1183168 (patch) | |
| tree | b2bd9757753279da2266cf00c96c03b4e800d5ab | |
| parent | 5c370a2e33dbd741a3bba546115edf13d2bff113 (diff) | |
Notes
| -rw-r--r-- | etc/inetd.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf index 127fe26017c6..2fcf4e2d491c 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -39,6 +39,7 @@ kshell stream tcp nowait root /usr/libexec/rshd rshd -k #rstatd/1-3 dgram rpc/udp wait root /usr/libexec/rpc.rstatd rpc.rstatd #rusersd/1-2 dgram rpc/udp wait root /usr/libexec/rpc.rusersd rpc.rusersd #walld/1 dgram rpc/udp wait root /usr/libexec/rpc.rwalld rpc.rwalld +#pcnfsd/1-2 dgram rpc/udp wait root /usr/libexec/rpc.pcnfsd rpc.pcnfsd # # example entry for the pop3 server #pop3 stream tcp nowait root /usr/local/etc/popper popper |
