]> git.pld-linux.org Git - packages/amavis.git/commitdiff
- spaces -> tabs
authorankry <ankry@pld-linux.org>
Mon, 2 Aug 2004 09:19:03 +0000 (09:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amavis.spec -> 1.32

amavis.spec

index 14bd984bf677073cb8bef9e97a1280442c952ea5..e30f5f931ff3d9496250dc1c734e7f166e378643 100644 (file)
@@ -122,13 +122,13 @@ rm -rf $RPM_BUILD_ROOT
 
 %pre
 if [ -n "`getgid amavis`" ]; then
-        if [ "`getgid amavis`" != "116" ]; then
-                echo "Error: group amavis doesn't have gid=116. Correct this before installing amavis." 1>&2
-                exit 1
-        fi
+       if [ "`getgid amavis`" != "116" ]; then
+               echo "Error: group amavis doesn't have gid=116. Correct this before installing amavis." 1>&2
+               exit 1
+       fi
 else
-        echo "adding group amavis GID=116."
-        /usr/sbin/groupadd -g 116 -r -f amavis
+       echo "adding group amavis GID=116."
+       /usr/sbin/groupadd -g 116 -r -f amavis
 fi
 
 if [ -n "`id -u amavis 2>/dev/null`" ]; then
@@ -137,15 +137,15 @@ if [ -n "`id -u amavis 2>/dev/null`" ]; then
                exit 1
        fi
 else
-        echo "adding user amavis UID=97."
-       /usr/sbin/useradd -u 97 -r -d /var/spool/amavis  -s /bin/false -c "Anti Virus Checker" -g nobody  amavis 1>&2
+       echo "adding user amavis UID=97."
+       /usr/sbin/useradd -u 97 -r -d /var/spool/amavis -s /bin/false -c "Anti Virus Checker" -g nobody amavis 1>&2
 fi
 
 %postun
 if [ "$1" = "0" ]; then
        echo "Removing group amavis."
        /usr/sbin/groupdel amavis
-        echo "Removing user amavis."
+       echo "Removing user amavis."
        /usr/sbin/userdel amavis
 fi
 
This page took 0.077134 seconds and 4 git commands to generate.