Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/newbtconf remove references to /etc/rbootd.conf, since ...
details: https://anonhg.NetBSD.org/src/rev/3e9dce5e8aee
branches: trunk
changeset: 511323:3e9dce5e8aee
user: lukem <lukem%NetBSD.org@localhost>
date: Mon Jun 18 00:01:51 2001 +0000
description:
remove references to /etc/rbootd.conf, since it's the config file for
a little used server daemon which can be controlled with rc.conf in any case.
(xxx: list of files probably should be totally configurable, but that's
another story). from [bin/13061] by matthew green.
diffstat:
sbin/newbtconf/newbtconf.8 | 6 ++----
sbin/newbtconf/newbtconf.sh | 2 +-
2 files changed, 3 insertions(+), 5 deletions(-)
diffs (46 lines):
diff -r c9edd4a67f6e -r 3e9dce5e8aee sbin/newbtconf/newbtconf.8
--- a/sbin/newbtconf/newbtconf.8 Sun Jun 17 23:24:22 2001 +0000
+++ b/sbin/newbtconf/newbtconf.8 Mon Jun 18 00:01:51 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: newbtconf.8,v 1.4 2001/04/03 11:09:01 wiz Exp $
+.\" $NetBSD: newbtconf.8,v 1.5 2001/06/18 00:01:51 lukem Exp $
.\"
.\" Copyright (c) 1999 Darren Reed. All rights reserved.
.\"
@@ -26,7 +26,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd August 21, 2000
+.Dd June 18, 2001
.Dt NEWBTCONF 8
.Os
.Sh NAME
@@ -106,7 +106,6 @@
/etc/netstart
/etc/nsswitch.conf
/etc/ntp.conf
-/etc/rbootd.conf
/etc/rc.conf
/etc/rc.conf.d
/etc/resolv.conf
@@ -208,7 +207,6 @@
.It Pa /etc/netstart
.It Pa /etc/nsswitch.conf
.It Pa /etc/ntp.conf
-.It Pa /etc/rbootd.conf
.It Pa /etc/rc.conf
.It Pa /etc/rc.conf.d
.It Pa /etc/resolv.conf
diff -r c9edd4a67f6e -r 3e9dce5e8aee sbin/newbtconf/newbtconf.sh
--- a/sbin/newbtconf/newbtconf.sh Sun Jun 17 23:24:22 2001 +0000
+++ b/sbin/newbtconf/newbtconf.sh Mon Jun 18 00:01:51 2001 +0000
@@ -10,7 +10,7 @@
dir=$1
FILES="defaultdomain fstab ifconfig.* inetd.conf mrouted.conf \
- mygate myname netstart nsswitch.conf ntp.conf rbootd.conf \
+ mygate myname netstart nsswitch.conf ntp.conf \
rc.conf rc.conf.d resolv.conf"
if [ $dir = init ] ; then
Home |
Main Index |
Thread Index |
Old Index