Source-Changes-HG archive

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

[src/trunk]: src/share/man/man8 Add the "gateway" line to the sample /etc/boo...



details:   https://anonhg.NetBSD.org/src/rev/25b31b8493b1
branches:  trunk
changeset: 471797:25b31b8493b1
user:      gwr <gwr%NetBSD.org@localhost>
date:      Sun Apr 11 23:15:26 1999 +0000

description:
Add the "gateway" line to the sample /etc/bootparams entry.

diffstat:

 share/man/man8/diskless.8 |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 5bd859545240 -r 25b31b8493b1 share/man/man8/diskless.8
--- a/share/man/man8/diskless.8 Sun Apr 11 22:40:19 1999 +0000
+++ b/share/man/man8/diskless.8 Sun Apr 11 23:15:26 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: diskless.8,v 1.17 1999/04/06 04:54:20 cgd Exp $
+.\"    $NetBSD: diskless.8,v 1.18 1999/04/11 23:15:26 gwr Exp $
 .\"
 .\" Copyright (c) 1994 Gordon W. Ross, Theo de Raadt
 .\" All rights reserved.
@@ -226,7 +226,8 @@
 Add myclient to the bootparams database
 .Pa /etc/bootparams :
 .Bd -literal -offset indent -compact
-myclient  root=server:/export/myclient/root
+myclient  root=server:/export/myclient/root \\
+       gateway=mygw:255.255.255.0
 .Ed
 .Pp
 .It 6.



Home | Main Index | Thread Index | Old Index