Module Name: src
Committed By: roy
Date: Thu Oct 15 16:47:28 UTC 2015
Modified Files:
src/etc/rc.d: mdnsd
Log Message:
Make mdnsd start before NETWORKING and require staticroute, mountcritlocal
and networking.
Fixes PR install/43313.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/etc/rc.d/mdnsd
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/mdnsd
diff -u src/etc/rc.d/mdnsd:1.2 src/etc/rc.d/mdnsd:1.3
--- src/etc/rc.d/mdnsd:1.2 Sat Jan 23 17:44:44 2010
+++ src/etc/rc.d/mdnsd Thu Oct 15 16:47:28 2015
@@ -1,10 +1,11 @@
#!/bin/sh
#
-# $NetBSD: mdnsd,v 1.2 2010/01/23 17:44:44 drochner Exp $
+# $NetBSD: mdnsd,v 1.3 2015/10/15 16:47:28 roy Exp $
#
# PROVIDE: mdnsd
-# REQUIRE: SERVERS
+# REQUIRE: network mountcritlocal staticroute
+# BEFORE: NETWORKING
$_rc_subr_loaded . /etc/rc.subr