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

XFree86.spec

index e6f2a03d5ddc7ba2a0f5a9e7e55f7f91685f2d26..df7006a33be5b099ffec04b464fc04138c235534 100644 (file)
@@ -1923,7 +1923,7 @@ fi
 %pre -n xfs
 if [ -n "`/usr/bin/getgid xfs`" ]; then
        if [ "`/usr/bin/getgid xfs`" != "56" ]; then
-               echo "Warning: group xfs hasn't gid=56. Correct this before installing xfs." 1>&2
+               echo "Error: group xfs doesn't have gid=56. Correct this before installing xfs." 1>&2
                exit 1
        fi
 else
@@ -1931,7 +1931,7 @@ else
 fi
 if [ -n "`/bin/id -u xfs 2>/dev/null`" ]; then
        if [ "`/bin/id -u xfs`" != "56" ]; then
-               echo "Warning: user xfs hasn't uid=56. Corrent this before installing xfs." 1>&2
+               echo "Error: user xfs doesn't have uid=56. Corrent this before installing xfs." 1>&2
                exit 1
        fi
 else
This page took 0.050719 seconds and 4 git commands to generate.