Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc Remove references to gated, except the conflict check in...
details: https://anonhg.NetBSD.org/src/rev/6eb922129150
branches: trunk
changeset: 508118:6eb922129150
user: wiz <wiz%NetBSD.org@localhost>
date: Fri Apr 06 09:38:54 2001 +0000
description:
Remove references to gated, except the conflict check in rc.d/routed.
Noted by Launey Thomas <ljt%alum.mit.edu@localhost>.
diffstat:
etc/defaults/rc.conf | 3 +--
etc/rc.d/LOGIN | 4 ++--
etc/rc.d/routed | 4 ++--
3 files changed, 5 insertions(+), 6 deletions(-)
diffs (49 lines):
diff -r 234cd95a0b56 -r 6eb922129150 etc/defaults/rc.conf
--- a/etc/defaults/rc.conf Fri Apr 06 09:31:20 2001 +0000
+++ b/etc/defaults/rc.conf Fri Apr 06 09:38:54 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: rc.conf,v 1.11 2001/04/06 00:37:03 thorpej Exp $
+# $NetBSD: rc.conf,v 1.12 2001/04/06 09:38:54 wiz Exp $
#
# /etc/defaults/rc.conf --
# default configuration of /etc/rc.conf
@@ -140,7 +140,6 @@
# Routing daemons.
#
routed=NO routed_flags="-q"
-gated=NO gated_flags=""
mrouted=NO mrouted_flags=""
route6d=NO route6d_flags=""
rtsold=NO rtsold_flags="" # for ip6mode=autohost only
diff -r 234cd95a0b56 -r 6eb922129150 etc/rc.d/LOGIN
--- a/etc/rc.d/LOGIN Fri Apr 06 09:31:20 2001 +0000
+++ b/etc/rc.d/LOGIN Fri Apr 06 09:38:54 2001 +0000
@@ -1,10 +1,10 @@
#!/bin/sh
#
-# $NetBSD: LOGIN,v 1.4 2000/08/21 23:36:50 lukem Exp $
+# $NetBSD: LOGIN,v 1.5 2001/04/06 09:38:54 wiz Exp $
#
# PROVIDE: LOGIN
-# REQUIRE: apmd bootparams dhcpd dhcrelay gated local lpd mopd motd
+# REQUIRE: apmd bootparams dhcpd dhcrelay local lpd mopd motd
# REQUIRE: mrouted ntpd rarpd rbootd route6d routed rtadvd rtsold
# REQUIRE: rwho screenblank timed wscons xfs yppasswdd
diff -r 234cd95a0b56 -r 6eb922129150 etc/rc.d/routed
--- a/etc/rc.d/routed Fri Apr 06 09:31:20 2001 +0000
+++ b/etc/rc.d/routed Fri Apr 06 09:38:54 2001 +0000
@@ -1,10 +1,10 @@
#!/bin/sh
#
-# $NetBSD: routed,v 1.5 2000/09/19 13:04:39 lukem Exp $
+# $NetBSD: routed,v 1.6 2001/04/06 09:38:54 wiz Exp $
#
# PROVIDE: routed
-# REQUIRE: DAEMON gated
+# REQUIRE: DAEMON
. /etc/rc.subr
Home |
Main Index |
Thread Index |
Old Index