diff options
-rw-r--r-- | libexec/bootpd/bootpd.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/bootpd/bootpd.8 b/libexec/bootpd/bootpd.8 index 2505593..359ce53 100644 --- a/libexec/bootpd/bootpd.8 +++ b/libexec/bootpd/bootpd.8 @@ -1,6 +1,6 @@ .\" Copyright (c) 1988, 1989, 1991 Carnegie Mellon University .\" -.\" $Header: /home/ncvs/src/usr.sbin/bootpd/bootpd.8,v 1.1.1.1 1994/09/10 14:44:54 csgr Exp $ +.\" $Header: /home/ncvs/src/libexec/bootpd/bootpd.8,v 1.1.1.1 1994/09/30 05:45:04 pst Exp $ .\" .TH BOOTPD 8 "November 06, 1993" "Carnegie Mellon University" .SH NAME @@ -58,9 +58,9 @@ from by including one of the following lines in the file .IR /etc/inetd.conf : .IP -bootps dgram udp wait root /etc/bootpd bootpd bootptab +bootps dgram udp wait root /usr/libexec/bootpd bootpd bootptab .br -bootps dgram udp wait root /etc/bootpgw bootpgw server +bootps dgram udp wait root /usr/libexec/bootpgw bootpgw server .PP This mode of operation is referred to as "inetd mode" and causes .I bootpd |