Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/rc.d Make mdnsd start before NETWORKING and require stat...
details: https://anonhg.NetBSD.org/src/rev/b51c135f5743
branches: trunk
changeset: 341051:b51c135f5743
user: roy <roy%NetBSD.org@localhost>
date: Thu Oct 15 16:47:28 2015 +0000
description:
Make mdnsd start before NETWORKING and require staticroute, mountcritlocal
and networking.
Fixes PR install/43313.
diffstat:
etc/rc.d/mdnsd | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 50d9d91a1f19 -r b51c135f5743 etc/rc.d/mdnsd
--- a/etc/rc.d/mdnsd Thu Oct 15 16:14:40 2015 +0000
+++ b/etc/rc.d/mdnsd Thu Oct 15 16:47:28 2015 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index