diff options
Diffstat (limited to 'etc')
-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 127fe26..2fcf4e2 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 |