Remove references to gated, except the conflict check in rc.d/routed.
Noted by Launey Thomas <ljt@alum.mit.edu>.
This commit is contained in:
parent
2b490d37b2
commit
dc5eda62fb
@ -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 @@ sshd=NO sshd_flags=""
|
||||
# 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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user