From 6bf87f4dec03a93e6953dc82e157fb9845f8fc9c Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 8 Aug 2015 20:16:39 +0200 Subject: [PATCH] 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. --- osx/lldpd.rb | 2 -- 1 file changed, 2 deletions(-) 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}"] -- 2.39.5