mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 23:43:25 +00:00
Entries so RPC servers are started.
This commit is contained in:
parent
92ed385a09
commit
bbc2a68087
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=500
@ -32,3 +32,8 @@ kshell stream tcp nowait root /usr/libexec/rshd rshd -k
|
||||
# Services run ONLY on the Kerberos server
|
||||
#krbupdate stream tcp nowait root /usr/libexec/registerd registerd
|
||||
#kpasswd stream tcp nowait root /usr/libexec/kpasswdd kpasswdd
|
||||
# RPC based services
|
||||
#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
|
||||
|
Loading…
Reference in New Issue
Block a user