aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2014-07-22 01:29:41 +0800
committermat <mat@FreeBSD.org>2014-07-22 01:29:41 +0800
commit5684632d188f50033480d8c7e3d70ce4bb24c62f (patch)
treeac0812bb63cdab4a1c9b7dbcfe0629e1081054eb
parent3bea4e4733a65a4b866a484664ef82859a9f46b7 (diff)
downloadfreebsd-ports-gnome-5684632d188f50033480d8c7e3d70ce4bb24c62f.tar.gz
freebsd-ports-gnome-5684632d188f50033480d8c7e3d70ce4bb24c62f.tar.zst
freebsd-ports-gnome-5684632d188f50033480d8c7e3d70ce4bb24c62f.zip
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
-rw-r--r--net/quagga/Makefile2
-rw-r--r--net/quagga/pkg-plist7
2 files changed, 6 insertions, 3 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile
index ec31c75a8c5a..8bae132d6def 100644
--- a/net/quagga/Makefile
+++ b/net/quagga/Makefile
@@ -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
diff --git a/net/quagga/pkg-plist b/net/quagga/pkg-plist
index e753e0680f36..d3aba1328ae5 100644
--- a/net/quagga/pkg-plist
+++ b/net/quagga/pkg-plist
@@ -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
-@dirrm etc/quagga
+@owner %%ENABLE_USER%%
+@group %%ENABLE_GROUP%%
@dirrmtry %%LOCALSTATE_DIR%%
@dirrmtry %%ETCDIR%%
+@group root
+@owner wheel