diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2019-07-23 04:40:50 +0800 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2019-07-23 04:40:50 +0800 |
commit | 8191e8e2c90a55ecb6c264343e2ebdabeb69d532 (patch) | |
tree | 048a826b0d244426eff6b925de7e344c157ec1da /net | |
parent | b457cc82aea3372338548f1d16ff35d5a522a0fe (diff) | |
download | freebsd-ports-gnome-8191e8e2c90a55ecb6c264343e2ebdabeb69d532.tar.gz freebsd-ports-gnome-8191e8e2c90a55ecb6c264343e2ebdabeb69d532.tar.zst freebsd-ports-gnome-8191e8e2c90a55ecb6c264343e2ebdabeb69d532.zip |
Add requirement for mysql to ntopng startup script, so that the
mysql startup script is run before it if present.
Reported by: Daniel Engberg
Diffstat (limited to 'net')
-rw-r--r-- | net/ntopng/Makefile | 1 | ||||
-rw-r--r-- | net/ntopng/files/ntopng.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/net/ntopng/Makefile b/net/ntopng/Makefile index 25d773008be9..dbb4eb7feb16 100644 --- a/net/ntopng/Makefile +++ b/net/ntopng/Makefile @@ -3,6 +3,7 @@ PORTNAME= ntopng PORTVERSION= 3.8.d20190619 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net diff --git a/net/ntopng/files/ntopng.in b/net/ntopng/files/ntopng.in index d1c66fc1905a..5956179d0ad2 100644 --- a/net/ntopng/files/ntopng.in +++ b/net/ntopng/files/ntopng.in @@ -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: |