svn commit: r362454 - head/net/quagga
Mathieu Arnold
mat at FreeBSD.org
Mon Jul 21 17:29:42 UTC 2014
Author: mat
Date: Mon Jul 21 17:29:41 2014
New Revision: 362454
URL: http://svnweb.freebsd.org/changeset/ports/362454
QAT: https://qat.redports.org/buildarchive/r362454/
Log:
Install ETCDIR and /var/run/quagga with the right owner and group so the
service can be started without manual intervention.
While there, fix a non reviewed makeplist problem.
Sponsored by: Absolight
Modified:
head/net/quagga/Makefile
head/net/quagga/pkg-plist
Modified: head/net/quagga/Makefile
==============================================================================
--- head/net/quagga/Makefile Mon Jul 21 17:23:53 2014 (r362453)
+++ head/net/quagga/Makefile Mon Jul 21 17:29:41 2014 (r362454)
@@ -3,7 +3,7 @@
PORTNAME= quagga
PORTVERSION= 0.99.22.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net ipv6
MASTER_SITES= SAVANNAH
MASTER_SITE_SUBDIR= quagga
Modified: head/net/quagga/pkg-plist
==============================================================================
--- head/net/quagga/pkg-plist Mon Jul 21 17:23:53 2014 (r362453)
+++ head/net/quagga/pkg-plist Mon Jul 21 17:29:41 2014 (r362454)
@@ -86,12 +86,15 @@ man/man8/ospfd.8.gz
%%OSPFAPI%%man/man8/ospfclient.8.gz
man/man8/ripd.8.gz
man/man8/ripngd.8.gz
-man/man8/watch%%ENABLE_USER%%.8.gz
+man/man8/watchquagga.8.gz
man/man8/zebra.8.gz
@dirrm include/quagga/ospfd
%%OSPFAPI%%@dirrm include/quagga/ospfapi
@dirrm include/quagga
@dirrm share/examples/quagga
- at dirrm etc/quagga
+ at owner %%ENABLE_USER%%
+ at group %%ENABLE_GROUP%%
@dirrmtry %%LOCALSTATE_DIR%%
@dirrmtry %%ETCDIR%%
+ at group root
+ at owner wheel
More information about the svn-ports-head
mailing list