summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorOleg Safiullin <form@cvs.openbsd.org>2009-01-16 00:34:58 +0000
committerOleg Safiullin <form@cvs.openbsd.org>2009-01-16 00:34:58 +0000
commit20587f97592cc44c097e975620f661d9d05c1031 (patch)
treeca6b04adff8e6a35f3b68fa64f7dbb2232759778 /sys/arch
parent6a49168735ed28c4e9083b68429c27052daa0103 (diff)
add next-server option to example
ok jmc@ stevesk@
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/amd64/stand/pxeboot/pxeboot.85
-rw-r--r--sys/arch/i386/stand/pxeboot/pxeboot.85
2 files changed, 6 insertions, 4 deletions
diff --git a/sys/arch/amd64/stand/pxeboot/pxeboot.8 b/sys/arch/amd64/stand/pxeboot/pxeboot.8
index 02042d1c431..64a0c96bced 100644
--- a/sys/arch/amd64/stand/pxeboot/pxeboot.8
+++ b/sys/arch/amd64/stand/pxeboot/pxeboot.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pxeboot.8,v 1.9 2007/05/31 19:20:02 jmc Exp $
+.\" $OpenBSD: pxeboot.8,v 1.10 2009/01/16 00:34:57 form Exp $
.\" Copyright (c) 2004 Tom Cosgrove
.\" Copyright (c) 2003 Matthias Drochner
.\" Copyright (c) 1999 Doug White
@@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: January 16 2009 $
.Dt PXEBOOT 8 amd64
.Os
.Sh NAME
@@ -130,6 +130,7 @@ option broadcast-address 10.0.0.255;
option domain-name-servers 10.0.0.1;
server-name "DHCPserver";
server-identifier 10.0.0.1;
+next-server 10.0.0.1;
default-lease-time 120;
max-lease-time 120;
diff --git a/sys/arch/i386/stand/pxeboot/pxeboot.8 b/sys/arch/i386/stand/pxeboot/pxeboot.8
index 84856e7e368..98c972a8bc6 100644
--- a/sys/arch/i386/stand/pxeboot/pxeboot.8
+++ b/sys/arch/i386/stand/pxeboot/pxeboot.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pxeboot.8,v 1.8 2007/05/31 19:20:03 jmc Exp $
+.\" $OpenBSD: pxeboot.8,v 1.9 2009/01/16 00:34:57 form Exp $
.\" Copyright (c) 2004 Tom Cosgrove
.\" Copyright (c) 2003 Matthias Drochner
.\" Copyright (c) 1999 Doug White
@@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: January 16 2009 $
.Dt PXEBOOT 8 i386
.Os
.Sh NAME
@@ -130,6 +130,7 @@ option broadcast-address 10.0.0.255;
option domain-name-servers 10.0.0.1;
server-name "DHCPserver";
server-identifier 10.0.0.1;
+next-server 10.0.0.1;
default-lease-time 120;
max-lease-time 120;