From 914086628776bf915f7359a6486427c74391134a Mon Sep 17 00:00:00 2001 From: Andrew Lewman Date: Wed, 1 Oct 2008 01:55:07 +0000 Subject: [PATCH] Force the target path, since the user can't install it anywhere else anyway. svn:r17020 --- contrib/polipo/PolipoPostflight | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/contrib/polipo/PolipoPostflight b/contrib/polipo/PolipoPostflight index a0510bdbd6..0894caec6c 100644 --- a/contrib/polipo/PolipoPostflight +++ b/contrib/polipo/PolipoPostflight @@ -10,14 +10,9 @@ fi POLIPOUSER=_polipo POLIPOGROUP=daemon -TARGET=$2/Library/Polipo +TARGET=/Library/Polipo LOGDIR=$TARGET/log -# Check defaults for TARGET -if [ "$TARGET" == "//Library/Polipo" ]; then - TARGET=/Library/Polipo -fi - # Create user $POLIPOUSER in group daemon. If it's already there, great. $ADDSYSUSER $POLIPOUSER "Polipo System user" $POLIPODIR