aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authorfeld <feld@FreeBSD.org>2014-09-13 01:24:45 +0800
committerfeld <feld@FreeBSD.org>2014-09-13 01:24:45 +0800
commitbefbf2a03809e3e01ca29ba3a69c106ce48ec1a5 (patch)
tree7970481c3e65fc9f9c5a1783636a5b0796834b7e /irc
parent48366337437f8ad56c43fcb5335497bbf406550b (diff)
downloadfreebsd-ports-gnome-befbf2a03809e3e01ca29ba3a69c106ce48ec1a5.tar.gz
freebsd-ports-gnome-befbf2a03809e3e01ca29ba3a69c106ce48ec1a5.tar.zst
freebsd-ports-gnome-befbf2a03809e3e01ca29ba3a69c106ce48ec1a5.zip
Alter rc script startup ordering.
In the event the user is running Inspircd with a MySQL or Postgres backend it will fail to start on boot if it comes up before the database does. PR: 191187
Diffstat (limited to 'irc')
-rw-r--r--irc/inspircd/Makefile2
-rw-r--r--irc/inspircd/files/inspircd.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/irc/inspircd/Makefile b/irc/inspircd/Makefile
index e27e56ee40ef..f766a0883c80 100644
--- a/irc/inspircd/Makefile
+++ b/irc/inspircd/Makefile
@@ -3,7 +3,7 @@
PORTNAME= inspircd
PORTVERSION= 2.0.14
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= irc
MAINTAINER= feld@FreeBSD.org
diff --git a/irc/inspircd/files/inspircd.in b/irc/inspircd/files/inspircd.in
index 074f9b20e596..59af0620eb6f 100644
--- a/irc/inspircd/files/inspircd.in
+++ b/irc/inspircd/files/inspircd.in
@@ -4,7 +4,7 @@
#
# PROVIDE: inspircd
# REQUIRE: DAEMON
-# BEFORE: LOGIN
+# BEFORE: LOGIN mysql postgresql
# KEYWORD: shutdown
#