Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sbin/newbtconf Backout previous.
details: https://anonhg.NetBSD.org/src/rev/97ef9f0c526d
branches: netbsd-1-5
changeset: 489279:97ef9f0c526d
user: enami <enami%NetBSD.org@localhost>
date: Sat Aug 26 13:29:31 2000 +0000
description:
Backout previous.
SORRY, I'VE FORGOT THAT I'VE TAGGED THIS MOBIO'S TREE AS netbsd-1.5.
diffstat:
sbin/newbtconf/newbtconf.8 | 23 +++++++++--------------
1 files changed, 9 insertions(+), 14 deletions(-)
diffs (65 lines):
diff -r 0db4510ff297 -r 97ef9f0c526d sbin/newbtconf/newbtconf.8
--- a/sbin/newbtconf/newbtconf.8 Sat Aug 26 13:24:44 2000 +0000
+++ b/sbin/newbtconf/newbtconf.8 Sat Aug 26 13:29:31 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: newbtconf.8,v 1.1.1.1.6.2 2000/08/26 13:24:44 enami Exp $
+.\" $NetBSD: newbtconf.8,v 1.1.1.1.6.3 2000/08/26 13:29:31 enami Exp $
.\"
.\" Copyright (c) 1999 Darren Reed. All rights reserved.
.\"
@@ -62,8 +62,8 @@
Through doing this and reloading
.Pa /etc/rc.conf
in
-.Pa /etc/rc
-after the link has
+.Pa /etc/rc after
+the link has
been established, the resulting run-time configuration is effectively
controlled without the need to directly edit any files.
The default boot-up environment is selected by manually directing which
@@ -80,7 +80,7 @@
.Pp
By default, NetBSD only has one boot-up configuration - that set in the
file
-.Pa /etc/rc.conf .
+.Pa "/etc/rc.conf" .
In order to initialize the system for operating in a
manner which supports multiple boot configurations,
.Nm
@@ -137,14 +137,11 @@
will use the current configuration files as the basis for this setup unless
a second parameter is given - that of the configuration to use as the basis
for the new one.
-Upon completion, a new directory,
-.Pa /etc/etc.<newname> ,
-will have been created,
-priming the directory with the appropriate files for editing.
+Upon completion, a new directory, /etc/etc.<newname>, will have been
+created, priming the directory with the appropriate files for editing.
For example, if we do
.Nm
-\fInonet\fP \fInetwork\fP it would create a directory named
-.Pa /etc/etc.nonet
+\fInonet\fP \fInetwork\fP it would create a directory named /etc/etc.nonet
and copy all the files from
.Pa /etc/etc.network
into that directory.
@@ -155,15 +152,13 @@
.Ed
.Pp
To setup the system for booting into the "nonet" configuration, the files
-in
-.Pa /etc/etc.nonet
-need be edited.
+in /etc/etc.nonet need be edited.
.Pp
If you wanted to make "nonet" the default configuration when booting, you
would need delete the symbolic link
.Pa /etc/etc.default
and create a new symbolic link (with the same name) to
-.Pa /etc/etc.nonet .
+.Pa "/etc/etc.nonet" .
Booting up after having made such a change would
result in the following being displayed:
.Bd -literal
Home |
Main Index |
Thread Index |
Old Index