From: Vincent Bernat Date: Sat, 8 Aug 2015 18:16:39 +0000 (+0200) Subject: osx: restore use of _lldpd/_lldpd user/group in Homebrew X-Git-Tag: 0.7.17~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6bf87f4dec03a93e6953dc82e157fb9845f8fc9c;p=thirdparty%2Flldpd.git osx: restore use of _lldpd/_lldpd user/group in Homebrew This has been wrongly removed in a previous commit. Homebrew don't want to do that, but I feel this is better to keep that here. --- diff --git a/osx/lldpd.rb b/osx/lldpd.rb index a64e782d..6e166cc8 100644 --- a/osx/lldpd.rb +++ b/osx/lldpd.rb @@ -21,8 +21,6 @@ class Lldpd < Formula "--with-xml", "--with-readline", "--with-privsep-chroot=/var/empty", - "--with-privsep-user=nobody", - "--with-privsep-group=nogroup", "--with-launchddaemonsdir=no", "CPPFLAGS=-I#{readline.include} -DRONLY=1", "LDFLAGS=-L#{readline.lib}"]