]> git.pld-linux.org Git - packages/privoxy.git/commitdiff
- -r not necessary
authorankry <ankry@pld-linux.org>
Wed, 25 Aug 2004 22:49:36 +0000 (22:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    privoxy.spec -> 1.9

privoxy.spec

index 9e019be4dbda1268f7f3717ef588c1368ee83b28..04221dff4bb5110210672b796802cd6020a39cee 100644 (file)
@@ -141,7 +141,7 @@ if [ -n "`/bin/id -u privoxy 2>/dev/null`" ]; then
                exit 1
        fi
 else
-       /usr/sbin/useradd -u 108 -r -d %{privoxyconf} -s /bin/false -c "%{name} user" -g privoxy privoxy 1>&2
+       /usr/sbin/useradd -u 108 -d %{privoxyconf} -s /bin/false -c "%{name} user" -g privoxy privoxy 1>&2
 fi
 
 %post
This page took 0.048564 seconds and 4 git commands to generate.