]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
osx: restore use of _lldpd/_lldpd user/group in Homebrew
authorVincent Bernat <vincent@bernat.im>
Sat, 8 Aug 2015 18:16:39 +0000 (20:16 +0200)
committerVincent Bernat <vincent@bernat.im>
Sat, 8 Aug 2015 19:23:25 +0000 (21:23 +0200)
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.

osx/lldpd.rb

index a64e782da86a828f5bef2a69e6771428f980c321..6e166cc8df9f8791ca9787ad15836c735f7133a5 100644 (file)
@@ -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}"]