Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jul 2019 20:40:50 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r507173 - in head/net/ntopng: . files
Message-ID:  <201907222040.x6MKeocE035185@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Mon Jul 22 20:40:50 2019
New Revision: 507173
URL: https://svnweb.freebsd.org/changeset/ports/507173

Log:
  Add requirement for mysql to ntopng startup script, so that the
  mysql startup script is run before it if present.
  
  Reported by:	Daniel Engberg

Modified:
  head/net/ntopng/Makefile
  head/net/ntopng/files/ntopng.in

Modified: head/net/ntopng/Makefile
==============================================================================
--- head/net/ntopng/Makefile	Mon Jul 22 19:04:25 2019	(r507172)
+++ head/net/ntopng/Makefile	Mon Jul 22 20:40:50 2019	(r507173)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ntopng
 PORTVERSION=	3.8.d20190619
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	net
 

Modified: head/net/ntopng/files/ntopng.in
==============================================================================
--- head/net/ntopng/files/ntopng.in	Mon Jul 22 19:04:25 2019	(r507172)
+++ head/net/ntopng/files/ntopng.in	Mon Jul 22 20:40:50 2019	(r507173)
@@ -3,7 +3,7 @@
 # $FreeBSD$
 #
 # PROVIDE: ntopng
-# REQUIRE: LOGIN netif
+# REQUIRE: LOGIN netif mysql
 # KEYWORD: shutdown
 #
 # Add the following lines to /etc/rc.conf to enable ntopng:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907222040.x6MKeocE035185>