bootpd can run from the shell, too, and thus lives in /usr/sbin, not

/usr/libexec.
This commit is contained in:
thorpej 1995-09-13 17:47:55 +00:00
parent 0081434965
commit 9f19d8f938
1 changed files with 1 additions and 1 deletions

View File

@ -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