]> git.pld-linux.org Git - packages/XFree86.git/blobdiff - XFree86.spec
- better messages in pre xfs
[packages/XFree86.git] / 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.091941 seconds and 4 git commands to generate.