From 4936aff179899f602d654e5476b3f0a44ff41e01 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Mon, 21 Jul 2014 17:29:41 +0000 Subject: 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 --- net/quagga/Makefile | 2 +- net/quagga/pkg-plist | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'net/quagga') 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 -- cgit v1.2.3