When running ngrep as non-root, the program tried to drop the

priveleges too. This is now disabled via a configure option.
This commit is contained in:
Edwin Groothuis 2004-04-17 23:02:28 +00:00
parent 56657359d6
commit f3983bc2b1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107381

View file

@ -8,6 +8,7 @@
PORTNAME= ngrep
PORTVERSION= 1.42
PORTREVISION= 1
CATEGORIES= net security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -16,7 +17,9 @@ MAINTAINER= edwin@mavetju.org
COMMENT= Network grep
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-pcre --disable-pcap-restart
CONFIGURE_ARGS= --with-pcre \
--disable-pcap-restart \
--enable-dropprivs-onlyroot
ALL_TARGET= ngrep
USE_BZIP2= yes