svn commit: r507173 - in head/net/ntopng: . files

Guido Falsi madpilot at FreeBSD.org
Mon Jul 22 20:40:51 UTC 2019


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:


More information about the svn-ports-all mailing list