summaryrefslogtreecommitdiff
path: root/usr.sbin/dhcpd/dhcpd.8
diff options
context:
space:
mode:
authorPeter Valchev <pvalchev@cvs.openbsd.org>2004-08-23 19:38:21 +0000
committerPeter Valchev <pvalchev@cvs.openbsd.org>2004-08-23 19:38:21 +0000
commit5cc4b42ef42266a574eab2014334c36431b5e8a0 (patch)
tree64d1385e99ffb69c54dc2aee51da072926bb5364 /usr.sbin/dhcpd/dhcpd.8
parent94bc85f358d913884498b49c3987188aad9a105b (diff)
update bootp example "filename" location to reflect tftp default of
chrooting to /tftpboot (thus "filename foo" searches there); ok henning
Diffstat (limited to 'usr.sbin/dhcpd/dhcpd.8')
-rw-r--r--usr.sbin/dhcpd/dhcpd.86
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/dhcpd/dhcpd.8 b/usr.sbin/dhcpd/dhcpd.8
index ae6ec140176..0dfa752dcb1 100644
--- a/usr.sbin/dhcpd/dhcpd.8
+++ b/usr.sbin/dhcpd/dhcpd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dhcpd.8,v 1.5 2004/04/20 03:58:14 henning Exp $
+.\" $OpenBSD: dhcpd.8,v 1.6 2004/08/23 19:38:20 pvalchev Exp $
.\"
.\" Copyright (c) 1995, 1996 The Internet Software Consortium.
.\" All rights reserved.
@@ -268,7 +268,7 @@ A simple BOOTP client declaration might look like this:
host haagen {
hardware ethernet 08:00:2b:4c:59:23;
fixed-address 239.252.197.9;
- filename "/tftpboot/haagen.boot";
+ filename "haagen.boot";
}
.Ed
.It Options
@@ -302,7 +302,7 @@ use a different name server might be declared as follows:
host haagen {
hardware ethernet 08:00:2b:4c:59:23;
fixed-address 239.252.197.9;
- filename "/tftpboot/haagen.boot";
+ filename "haagen.boot";
option domain-name-servers 192.5.5.1;
option domain-name "vix.com";
}