Source-Changes-HG archive

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

[src/netbsd-1-6]: src/distrib/notes/common Pull up revision 1.15 (requested b...



details:   https://anonhg.NetBSD.org/src/rev/e854f67eea3b
branches:  netbsd-1-6
changeset: 530360:e854f67eea3b
user:      grant <grant%NetBSD.org@localhost>
date:      Thu Jun 19 02:16:09 2003 +0000

description:
Pull up revision 1.15 (requested by mbw in ticket #1310):

detab a few lines, and in general try to make it better for 80 column
printout

diffstat:

 distrib/notes/common/netboot |  27 ++++++++++++++-------------
 1 files changed, 14 insertions(+), 13 deletions(-)

diffs (77 lines):

diff -r 6f57329e5ef2 -r e854f67eea3b distrib/notes/common/netboot
--- a/distrib/notes/common/netboot      Thu Jun 19 02:04:29 2003 +0000
+++ b/distrib/notes/common/netboot      Thu Jun 19 02:16:09 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: netboot,v 1.4.2.7 2002/07/22 17:12:49 lukem Exp $
+.\"    $NetBSD: netboot,v 1.4.2.8 2003/06/19 02:16:09 grant Exp $
 .\"
 .\" Copyright (c) 1999-2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -216,12 +216,12 @@
 allow bootp;    # Allow bootp requests, thus the dhcp server
                 # will act as a bootp server.
                 #
-authoritative;  # This is the authoritative DHCP server for this subnet
+authoritative;  # master DHCP server for this subnet
                 #
 subnet 192.168.1.0 netmask 255.255.255.0 {
-                # Which network interface the server will listen on.
-               # The zeros indicate which range of addresses are
-               # allowed to connect.
+                # Which network interface to listen on.
+                # The zeros indicate the range of addresses
+                # that are allowed to connect.
 }
 group {
                 # Set of parameters common to all clients
@@ -270,7 +270,7 @@
                 #
                 # The path on the NFS server.
                 #
-                option root-path        "/export/client/root";
+                option root-path "/export/client/root";
 .if \n[next68k] \{\
 
                 #
@@ -279,7 +279,8 @@
                 always-reply-rfc1048 false;
 .\}
         }
- #you may paste another "host" entry here for additional clients on this network
+ #you may paste another "host" entry here for additional 
+ #clients on this network
 }
 .disp)
 .Pp
@@ -357,7 +358,7 @@
 .Pa /etc/inetd.conf
 and uncomment the line with the TFTP daemon:
 .(disp
-tftp            dgram   udp     wait    root    /usr/libexec/tftpd tftpd -l  -s /tftpboot
+tftp  dgram  udp  wait  root  /usr/libexec/tftpd tftpd -l -s /tftpboot 
 .disp)
 .Pp
 Now, restart
@@ -723,17 +724,17 @@
 .Pa /etc/rc.conf :
 .(disp
 .if \n[hp300] \{\
-rbootd=YES              rbootd_flags=""
+rbootd=YES       rbootd_flags=""
 .\}
 .if \n[hp300]:\n[macppc]:\n[next68k]:\n[sparc] \{\
-dhcpd=YES               dhcpd_flags="-q"
+dhcpd=YES        dhcpd_flags="-q"
 .\}
 .if \n[sparc] \{\
-rarpd=YES               rarpd_flags="-a"
+rarpd=YES        rarpd_flags="-a"
 .\}
-nfs_server=YES                                  # enable server daemons
+nfs_server=YES         # enable server daemons
 mountd=YES
-rpcbind=YES             rpcbind_flags="-l"      # -l logs libwrap
+rpcbind=YES      rpcbind_flags="-l"   # -l logs libwrap
 .disp)
 .Pp
 .if !\n[hp300] \{\



Home | Main Index | Thread Index | Old Index