]> git.pld-linux.org Git - packages/amavisd.git/commitdiff
- spaces -> tabs
authorankry <ankry@pld-linux.org>
Sun, 8 Aug 2004 15:49:10 +0000 (15:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amavisd.spec -> 1.48

amavisd.spec

index ee9fe910752b2cbfdf585dc062be1f152a537db6..9b48c73bf0bccb6c835259941d9a10ff91b03d0e 100644 (file)
@@ -40,7 +40,7 @@ BuildRequires:        unrar
 BuildRequires: zoo
 Requires(pre): /bin/id
 Requires(pre): /usr/sbin/useradd
-Requires(postun):      /usr/sbin/userdel
+Requires(postun):      /usr/sbin/userdel
 Requires(post,preun):  /sbin/chkconfig
 Requires:      /usr/lib/sendmail
 Requires:      arc
@@ -255,17 +255,17 @@ rm -rf $RPM_BUILD_ROOT
 
 %pre
 if [ -n "`id -u amavis 2>/dev/null`" ]; then
-       if [ "`id -u amavis`" != "97" ]; then
-               echo "Error: user amavis doesn't have uid=97. Correct this before installing amavis." 1>&2
-               exit 1
-       fi
+       if [ "`id -u amavis`" != "97" ]; then
+               echo "Error: user amavis doesn't have uid=97. Correct this before installing amavis." 1>&2
+               exit 1
+       fi
 else
-       /usr/sbin/useradd -u 97 -r -d %{_var}/spool/amavis -s /bin/false -c "Anti Virus Checker" -g nobody  amavis 1>&2
+       /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
-       /usr/sbin/userdel amavis
+       /usr/sbin/userdel amavis
 fi
 
 %post
This page took 0.033366 seconds and 4 git commands to generate.