]> git.pld-linux.org Git - packages/postfix.git/commitdiff
- better messages in pre
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 17 Aug 2002 21:03:13 +0000 (21:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postfix.spec -> 1.127

postfix.spec

index 094f2ca6b8349146b6665a21743e1d50dd195801..8d1d2021e7e56e75168c9753ccee91de2433388e 100644 (file)
@@ -250,7 +250,7 @@ rm -rf $RPM_BUILD_ROOT
 %pre
 if [ -n "`/usr/bin/getgid postfix`" ]; then
        if [ "`getgid postfix`" != "62" ]; then
-               echo "Warning: group postfix haven't gid=62. Correct this before installing postfix" 1>&2
+               echo "Error: group postfix doesn't have gid=62. Correct this before installing postfix." 1>&2
                exit 1
        fi
 else
@@ -258,7 +258,7 @@ else
 fi
 if [ -n "`/usr/bin/getgid maildrop`" ]; then
        if [ "`/usr/bin/getgid maildrop`" != "63" ]; then
-               echo "Warning: group maildrop haven't gid=63. Correct this before installing postfix" 1>&2
+               echo "Error: group maildrop doesn't have gid=63. Correct this before installing postfix." 1>&2
                exit 1
        fi
 else
@@ -266,7 +266,7 @@ else
 fi
 if [ -n "`/bin/id -u postfix 2>/dev/null`" ]; then
        if [ "`/bin/id -u postfix`" != "62" ]; then
-               echo "Warning: user postfix haven't uid=62. Correct this before installing postfix" 1>&2
+               echo "Error: user postfix doesn't have uid=62. Correct this before installing postfix." 1>&2
                exit 1
        fi
 else
This page took 0.203731 seconds and 4 git commands to generate.