]> git.pld-linux.org Git - packages/apache.git/commitdiff
- fixed typo in %%pre script
authorArtur Frysiak <artur@frysiak.net>
Tue, 21 Sep 1999 14:22:52 +0000 (14:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache.spec -> 1.42

apache.spec

index 928cb26b693170dc5bd0ffdedcafa7f4730f3326..60de241eb95a4da5fa3ca784ffa8f1a4d76b3628 100644 (file)
@@ -170,7 +170,7 @@ else
        /usr/sbin/groupadd -u 51 -r -f httpd
 fi
 if [ -n `id -u http` ]; then
-       if [ "`id -g http`" != "51" ]; then
+       if [ "`id -u http`" != "51" ]; then
                echo "Warning: user http haven't gid=51. Corect this before install apache"
                exit 1
        fi
This page took 0.123205 seconds and 4 git commands to generate.