svn commit: r368050 - in head/irc/inspircd: . files

Mark Felder feld at FreeBSD.org
Fri Sep 12 17:24:46 UTC 2014


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 at 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
 
 #


More information about the svn-ports-head mailing list