]> git.pld-linux.org Git - packages/clamav.git/commitdiff
- fatal errors are not warnings
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 16 Nov 2004 11:17:44 +0000 (11:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clamav.spec -> 1.136

clamav.spec

index 396210f21e41b57931288d50644b750313b14afa..ce377850b6b4db57c5d7e40a23eb44699684a6a4 100644 (file)
@@ -230,7 +230,7 @@ fi
 %pre
 if [ -n "`/usr/bin/getgid clamav`" ]; then
        if [ "`/usr/bin/getgid clamav`" != 43 ]; then
-               echo "Warning: group clamav doesn't have gid=43. Correct this before installing clamav" 1>&2
+               echo "Error: group clamav doesn't have gid=43. Correct this before installing clamav" 1>&2
                exit 1
        fi
 else
@@ -239,7 +239,7 @@ else
 fi
 if [ -n "`/bin/id -u clamav 2>/dev/null`" ]; then
        if [ "`/bin/id -u clamav`" != 43 ]; then
-               echo "Warning: user clamav doesn't have uid=43. Correct this before installing clamav" 1>&2
+               echo "Error: user clamav doesn't have uid=43. Correct this before installing clamav" 1>&2
                exit 1
        fi
 else
This page took 0.077034 seconds and 4 git commands to generate.