Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/distrib/notes/pmax Pull up revision 1.21 (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/19a416b24da5
branches:  netbsd-1-4
changeset: 469615:19a416b24da5
user:      he <he%NetBSD.org@localhost>
date:      Wed Oct 20 22:58:07 1999 +0000

description:
Pull up revision 1.21 (requested by simonb):
  Include the root-path in the booptab and dhcpd.conf examples.

diffstat:

 distrib/notes/pmax/install |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 1572cb667821 -r 19a416b24da5 distrib/notes/pmax/install
--- a/distrib/notes/pmax/install        Wed Oct 20 22:56:05 1999 +0000
+++ b/distrib/notes/pmax/install        Wed Oct 20 22:58:07 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: install,v 1.18.2.2 1999/06/25 20:43:17 perry Exp $     
+.\"    $NetBSD: install,v 1.18.2.3 1999/10/20 22:58:07 he Exp $        
 .\"
 .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -283,7 +283,8 @@
 myhost.mydom.com:\e
         :ht=ethernet:ha=08002b123456:\e
         :ip=192.168.1.2:sm=255.255.255.0:\e
-        :sa=192.168.1.1:bf=install:
+        :sa=192.168.1.1:bf=install:\e
+        :rp=/usr/export/pmax:
 .Ed
 And here's an example for a Unix system running the ISC dhcpd:
 .Bd -literal -offset indent
@@ -295,6 +296,7 @@
        option domain-name-servers 192.168.1.1;
        option broadcast-address 255.255.255.0;
        option domain-name "my.domain";
+       option root-path "/usr/export/pmax";
 }
 .Ed
 .Pp



Home | Main Index | Thread Index | Old Index