Date: Fri, 12 Sep 2014 17:24:45 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368050 - in head/irc/inspircd: . files Message-ID: <201409121724.s8CHOj1S056386@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Fri Sep 12 17:24:45 2014 New Revision: 368050 URL: http://svnweb.freebsd.org/changeset/ports/368050 QAT: https://qat.redports.org/buildarchive/r368050/ Log: 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 Modified: head/irc/inspircd/Makefile head/irc/inspircd/files/inspircd.in Modified: head/irc/inspircd/Makefile ============================================================================== --- head/irc/inspircd/Makefile Fri Sep 12 17:23:04 2014 (r368049) +++ head/irc/inspircd/Makefile Fri Sep 12 17:24:45 2014 (r368050) @@ -3,7 +3,7 @@ PORTNAME= inspircd PORTVERSION= 2.0.14 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= irc MAINTAINER= feld@FreeBSD.org Modified: head/irc/inspircd/files/inspircd.in ============================================================================== --- head/irc/inspircd/files/inspircd.in Fri Sep 12 17:23:04 2014 (r368049) +++ head/irc/inspircd/files/inspircd.in Fri Sep 12 17:24:45 2014 (r368050) @@ -4,7 +4,7 @@ # # PROVIDE: inspircd # REQUIRE: DAEMON -# BEFORE: LOGIN +# BEFORE: LOGIN mysql postgresql # KEYWORD: shutdown #
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409121724.s8CHOj1S056386>