aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2014-09-12 17:24:45 +0000
committerMark Felder <feld@FreeBSD.org>2014-09-12 17:24:45 +0000
commit078297eb8116b1ef92ce3344e1c08bc97881ccbe (patch)
tree7970481c3e65fc9f9c5a1783636a5b0796834b7e /irc
parentf73bc5bb89e490fad7da51689cc468603231845c (diff)
downloadports-078297eb8116b1ef92ce3344e1c08bc97881ccbe.tar.gz
ports-078297eb8116b1ef92ce3344e1c08bc97881ccbe.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
Notes
Notes: svn path=/head/; revision=368050
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
#