Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/rc.d require NETWORKING otherwise amd can come up before...
details: https://anonhg.NetBSD.org/src/rev/1a0fd36956c6
branches: trunk
changeset: 959951:1a0fd36956c6
user: christos <christos%NetBSD.org@localhost>
date: Mon Mar 01 23:02:30 2021 +0000
description:
require NETWORKING otherwise amd can come up before the network is up and
it needs to be able to do DNS.
diffstat:
etc/rc.d/amd | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r ec162ec1f597 -r 1a0fd36956c6 etc/rc.d/amd
--- a/etc/rc.d/amd Mon Mar 01 22:59:52 2021 +0000
+++ b/etc/rc.d/amd Mon Mar 01 23:02:30 2021 +0000
@@ -1,10 +1,10 @@
#!/bin/sh
#
-# $NetBSD: amd,v 1.17 2020/02/22 11:55:43 roy Exp $
+# $NetBSD: amd,v 1.18 2021/03/01 23:02:30 christos Exp $
#
# PROVIDE: amd
-# REQUIRE: rpcbind mountall ypbind
+# REQUIRE: NETWORKING rpcbind mountall ypbind
# BEFORE: DAEMON
$_rc_subr_loaded . /etc/rc.subr
Home |
Main Index |
Thread Index |
Old Index