pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/tcpdump
Module Name: pkgsrc
Committed By: maya
Date: Thu Mar 9 03:01:54 UTC 2017
Modified Files:
pkgsrc/net/tcpdump: Makefile
Log Message:
tcpdump: create _tcpdump user (and group) properly.
fix build failure when a _tcpdump user did not exist already.
from Michael-John Turner in PR pkg/52051
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/net/tcpdump/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/tcpdump/Makefile
diff -u pkgsrc/net/tcpdump/Makefile:1.44 pkgsrc/net/tcpdump/Makefile:1.45
--- pkgsrc/net/tcpdump/Makefile:1.44 Wed Feb 22 19:05:44 2017
+++ pkgsrc/net/tcpdump/Makefile Thu Mar 9 03:01:54 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2017/02/22 19:05:44 maya Exp $
+# $NetBSD: Makefile,v 1.45 2017/03/09 03:01:54 maya Exp $
DISTNAME= tcpdump-4.9.0
PKGREVISION= 1
@@ -14,8 +14,9 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS.Darwin+= --disable-universal
BUILD_DEFS+= VARBASE
-PKG_USERS= _tcpdump
OWN_DIRS= ${VARBASE}/tcpdump
+PKG_GROUPS= _tcpdump
+PKG_USERS= _tcpdump:_tcpdump
# drop privileges when running
CONFIGURE_ARGS+= --with-user=_tcpdump
Home |
Main Index |
Thread Index |
Old Index