bootpd can run from the shell, too, and thus lives in /usr/sbin, not
/usr/libexec.
This commit is contained in:
parent
0081434965
commit
9f19d8f938
|
@ -15,7 +15,7 @@ finger stream tcp nowait nobody /usr/libexec/fingerd fingerd
|
|||
#tftp dgram udp wait root /usr/libexec/tftpd tftpd -s /tftpboot
|
||||
comsat dgram udp wait root /usr/libexec/comsat comsat
|
||||
ntalk dgram udp wait root /usr/libexec/ntalkd ntalkd
|
||||
#bootps dgram udp wait root /usr/libexec/bootpd bootpd
|
||||
#bootps dgram udp wait root /usr/sbin/bootpd bootpd
|
||||
# Internal services
|
||||
echo stream tcp nowait root internal
|
||||
discard stream tcp nowait root internal
|
||||
|
|
Loading…
Reference in New Issue