summaryrefslogtreecommitdiff
path: root/net/quagga
diff options
context:
space:
mode:
authoritojun <itojun>2003-09-13 06:12:13 +0000
committeritojun <itojun>2003-09-13 06:12:13 +0000
commit9dcc031933ab7a532d137b5ffcc59e52d282b676 (patch)
treeffdba214dcb1c748daf2b558fce882a9cd2ad6a9 /net/quagga
parent8e0d87d2c503c9f2e80b7e570aca792017971cfe (diff)
downloadpkgsrc-9dcc031933ab7a532d137b5ffcc59e52d282b676.tar.gz
need uid/gid for privsep
Diffstat (limited to 'net/quagga')
-rw-r--r--net/quagga/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile
index 70101fc50b5..0f0cadc0c19 100644
--- a/net/quagga/Makefile
+++ b/net/quagga/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/09/05 03:56:09 itojun Exp $
+# $NetBSD: Makefile,v 1.4 2003/09/13 06:12:13 itojun Exp $
# Based on KAME Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp
#
@@ -26,6 +26,10 @@ PLIST_SRC= # empty
INFO_FILES= quagga.info
+USE_PKGINSTALL= YES
+PKG_GROUPS= quagga
+PKG_USERS= quagga:quagga
+
.if defined(USE_ZEBRA_VTYSH) && ${USE_ZEBRA_VTYSH} == "YES"
USE_GNU_READLINE= # uses rl_pending_input
. include "../../devel/readline/buildlink2.mk"