svn commit: r424666 - in head/dns/openmdns: . files

Jan Beich jbeich at FreeBSD.org
Wed Oct 26 03:39:06 UTC 2016


Author: jbeich
Date: Wed Oct 26 03:39:05 2016
New Revision: 424666
URL: https://svnweb.freebsd.org/changeset/ports/424666

Log:
  dns/openmdns: start rc.d a bit earlier

Modified:
  head/dns/openmdns/Makefile   (contents, props changed)
  head/dns/openmdns/files/mdnsd.in

Modified: head/dns/openmdns/Makefile
==============================================================================
--- head/dns/openmdns/Makefile	Wed Oct 26 02:49:52 2016	(r424665)
+++ head/dns/openmdns/Makefile	Wed Oct 26 03:39:05 2016	(r424666)
@@ -3,6 +3,7 @@
 PORTNAME=	openmdns
 DISTVERSION=	0.6-8
 DISTVERSIONSUFFIX=	-g07cf5c1
+PORTREVISION=	1
 CATEGORIES=	dns
 
 MAINTAINER=	jbeich at FreeBSD.org

Modified: head/dns/openmdns/files/mdnsd.in
==============================================================================
--- head/dns/openmdns/files/mdnsd.in	Wed Oct 26 02:49:52 2016	(r424665)
+++ head/dns/openmdns/files/mdnsd.in	Wed Oct 26 03:39:05 2016	(r424666)
@@ -3,7 +3,8 @@
 # $FreeBSD$
 #
 # PROVIDE: mdnsd
-# REQUIRE: LOGIN FILESYSTEMS
+# REQUIRE: NETWORKING
+# BEFORE:  DAEMON
 # KEYWORD: shutdown
 
 . /etc/rc.subr


More information about the svn-ports-head mailing list