svn commit: r555496 - in head/net-mgmt/librenms: . files
Dan Langille
dvl at FreeBSD.org
Mon Nov 16 16:34:23 UTC 2020
Author: dvl
Date: Mon Nov 16 16:34:23 2020
New Revision: 555496
URL: https://svnweb.freebsd.org/changeset/ports/555496
Log:
add mysql to requires for rc.d script
PR: 251012
Submitted by: Dries Michiels <driesm.michiels at gmail.com>
Modified:
head/net-mgmt/librenms/Makefile
head/net-mgmt/librenms/files/librenms.in
Modified: head/net-mgmt/librenms/Makefile
==============================================================================
--- head/net-mgmt/librenms/Makefile Mon Nov 16 16:34:10 2020 (r555495)
+++ head/net-mgmt/librenms/Makefile Mon Nov 16 16:34:23 2020 (r555496)
@@ -3,6 +3,7 @@
PORTNAME= librenms
PORTVERSION= 1.66
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= net-mgmt
MASTER_SITES= LOCAL/dvl:vendor
Modified: head/net-mgmt/librenms/files/librenms.in
==============================================================================
--- head/net-mgmt/librenms/files/librenms.in Mon Nov 16 16:34:10 2020 (r555495)
+++ head/net-mgmt/librenms/files/librenms.in Mon Nov 16 16:34:23 2020 (r555496)
@@ -3,7 +3,7 @@
# $FreeBSD$
#
# PROVIDE: librenms
-# REQUIRE: SERVERS
+# REQUIRE: SERVERS mysql
# KEYWORD: shutdown
#
# Add the following lines to /etc/rc.conf.local or /etc/rc.conf
More information about the svn-ports-head
mailing list