diff options
author | ache <ache@FreeBSD.org> | 1994-05-31 04:48:49 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-05-31 04:48:49 +0000 |
commit | 35f3f7b2737c67f2357a7d981e20d354e053d442 (patch) | |
tree | b8107f58579599cf7a0fa27b3f7182f68afb3ee6 /etc/inetd.conf | |
parent | 98c9c4b4c3c44fce09e809511dc76da714f995a2 (diff) | |
download | FreeBSD-src-35f3f7b2737c67f2357a7d981e20d354e053d442.zip FreeBSD-src-35f3f7b2737c67f2357a7d981e20d354e053d442.tar.gz |
Uncomment uucpd, now it works
Uncomment rstatd/rusersd/rwalld all three worked
mountd still commented out, I remember some problem with it
Diffstat (limited to 'etc/inetd.conf')
-rw-r--r-- | etc/inetd.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf index 12bad16..527deb6 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -8,7 +8,7 @@ telnet stream tcp nowait root /usr/libexec/telnetd telnetd shell stream tcp nowait root /usr/libexec/rshd rshd login stream tcp nowait root /usr/libexec/rlogind rlogind exec stream tcp nowait root /usr/libexec/rexecd rexecd -#uucpd stream tcp nowait root /usr/libexec/uucpd uucpd +uucpd stream tcp nowait root /usr/libexec/uucpd uucpd #nntp stream tcp nowait usenet /usr/libexec/nntpd nntpd finger stream tcp nowait nobody /usr/libexec/fingerd fingerd #tftp dgram udp wait nobody /usr/libexec/tftpd tftpd @@ -36,9 +36,9 @@ kshell stream tcp nowait root /usr/libexec/rshd rshd -k # RPC based services # You MUST have portmapper running to use these! #mountd/1 dgram rpc/udp wait root /sbin/mountd mountd -#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 +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 # # example entry for the pop3 server #pop3 stream tcp nowait root /usr/local/etc/popper popper |