Module Name:    src
Committed By:   christos
Date:           Mon Mar  1 23:02:30 UTC 2021

Modified Files:
        src/etc/rc.d: amd

Log Message:
require NETWORKING otherwise amd can come up before the network is up and
it needs to be able to do DNS.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/etc/rc.d/amd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/rc.d/amd
diff -u src/etc/rc.d/amd:1.17 src/etc/rc.d/amd:1.18
--- src/etc/rc.d/amd:1.17	Sat Feb 22 06:55:43 2020
+++ src/etc/rc.d/amd	Mon Mar  1 18:02:30 2021
@@ -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

Reply via email to