summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2006-03-07 16:27:27 +0000
committerale <ale@FreeBSD.org>2006-03-07 16:27:27 +0000
commit27122e55ea0641c216dde90696e296193b5c4115 (patch)
tree82f0866fd45e044280585fc11ccae5bf5804bdbb
parent85fd3c8df830ee2299cc8318170cec9b3ef78c29 (diff)
downloadFreeBSD-ports-27122e55ea0641c216dde90696e296193b5c4115.zip
FreeBSD-ports-27122e55ea0641c216dde90696e296193b5c4115.tar.gz
Fix rcNG startup ordering and bump PORTREVISION.
Approved by: portmgr (clement)
-rw-r--r--dns/mydns-ng/Makefile1
-rw-r--r--dns/mydns-ng/files/mydns.sh.in3
-rw-r--r--dns/mydns/Makefile1
-rw-r--r--dns/mydns/files/mydns.sh.in3
4 files changed, 4 insertions, 4 deletions
diff --git a/dns/mydns-ng/Makefile b/dns/mydns-ng/Makefile
index 0620d46..95e77a3 100644
--- a/dns/mydns-ng/Makefile
+++ b/dns/mydns-ng/Makefile
@@ -7,6 +7,7 @@
PORTNAME= mydns
PORTVERSION= 1.1.0
+PORTREVISION= 1
CATEGORIES= dns databases
MASTER_SITES= http://mydns.bboy.net/download/
diff --git a/dns/mydns-ng/files/mydns.sh.in b/dns/mydns-ng/files/mydns.sh.in
index 572f966..c4332e6 100644
--- a/dns/mydns-ng/files/mydns.sh.in
+++ b/dns/mydns-ng/files/mydns.sh.in
@@ -4,8 +4,7 @@
#
# PROVIDE: mydns
-# REQUIRE: NETWORKING SERVERS
-# BEFORE: DAEMON
+# REQUIRE: DAEMON mysql postgresql
# KEYWORD: shutdown
#
diff --git a/dns/mydns/Makefile b/dns/mydns/Makefile
index 0620d46..95e77a3 100644
--- a/dns/mydns/Makefile
+++ b/dns/mydns/Makefile
@@ -7,6 +7,7 @@
PORTNAME= mydns
PORTVERSION= 1.1.0
+PORTREVISION= 1
CATEGORIES= dns databases
MASTER_SITES= http://mydns.bboy.net/download/
diff --git a/dns/mydns/files/mydns.sh.in b/dns/mydns/files/mydns.sh.in
index 572f966..c4332e6 100644
--- a/dns/mydns/files/mydns.sh.in
+++ b/dns/mydns/files/mydns.sh.in
@@ -4,8 +4,7 @@
#
# PROVIDE: mydns
-# REQUIRE: NETWORKING SERVERS
-# BEFORE: DAEMON
+# REQUIRE: DAEMON mysql postgresql
# KEYWORD: shutdown
#
OpenPOWER on IntegriCloud