]> git.pld-linux.org Git - packages/cyrus-imapd.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:
    cyrus-imapd.spec -> 1.91

cyrus-imapd.spec

index e777c5f388f59d1b0fb455427f26fe423cb39576..6a313d21e6b5c8c22b69e183fd63d38945b29b88 100644 (file)
@@ -174,7 +174,7 @@ cd ..
 %{__aclocal} -I cmulocal
 %{__autoheader}
 %{__autoconf}
-cp -f %{_datadir}/automake/config.*   .
+cp -f %{_datadir}/automake/config.* .
 cp -f %{_datadir}/automake/install-sh .
 %configure \
        --with-auth=unix \
@@ -245,7 +245,7 @@ if [ -n "`id -u cyrus 2>/dev/null`" ]; then
                exit 1
        fi
 else
-       /usr/sbin/useradd -u 76 -r -d /var/spool/imap -s /bin/false -c "Cyrus User" -g mail cyrus 1>&2
+       /usr/sbin/useradd -u 76 -r -d /var/spool/imap -s /bin/false -c "Cyrus User" -g mail cyrus 1>&2
 fi
 
 %post
@@ -272,7 +272,7 @@ fi
 
 %postun
 if [ "$1" = "0" ]; then
-       /usr/sbin/userdel cyrus
+       /usr/sbin/userdel cyrus
 fi
 
 %post  libs -p /sbin/ldconfig
This page took 0.122153 seconds and 4 git commands to generate.