From 1e0635eec9ac44615d13a383bfc343bc512364c6 Mon Sep 17 00:00:00 2001 From: ankry Date: Sun, 8 Aug 2004 15:49:10 +0000 Subject: [PATCH] - spaces -> tabs Changed files: amavisd.spec -> 1.48 --- amavisd.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/amavisd.spec b/amavisd.spec index ee9fe91..9b48c73 100644 --- a/amavisd.spec +++ b/amavisd.spec @@ -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 -- 2.44.0