[arch-commits] Commit in courier-mta/trunk (PKGBUILD courier-mta.rc.d)

Daniel Griffiths dgriffiths at archlinux.org
Wed Mar 3 23:22:59 UTC 2010


    Date: Wednesday, March 3, 2010 @ 18:22:58
  Author: dgriffiths
Revision: 71091

FS#13909

Modified:
  courier-mta/trunk/PKGBUILD
  courier-mta/trunk/courier-mta.rc.d

------------------+
 PKGBUILD         |    4 ++--
 courier-mta.rc.d |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-03-03 22:55:21 UTC (rev 71090)
+++ PKGBUILD	2010-03-03 23:22:58 UTC (rev 71091)
@@ -8,7 +8,7 @@
 
 pkgname=courier-mta
 pkgver=0.62.1
-pkgrel=4
+pkgrel=5
 pkgdesc="IMAP(s)/POP3(s) and SMTP Server with ML-manager, webmail and webconfig"
 arch=(i686 x86_64)
 license=('GPL2')
@@ -31,7 +31,7 @@
 source=(http://downloads.sourceforge.net/project/courier/courier/${pkgver}/courier-${pkgver}.tar.bz2
         courier-mta.rc.d courier-mta.conf.d )
 md5sums=('4437906c139a6a334ee9ae625730ae5e'
-         'a915ebe9f3539c99e1f7cda437f0811a'
+         '28670df244f81ae9a86ace0984c32e7a'
          'c299a91338e882aa7eed5a159f9d7eac')
 
 build() {

Modified: courier-mta.rc.d
===================================================================
--- courier-mta.rc.d	2010-03-03 22:55:21 UTC (rev 71090)
+++ courier-mta.rc.d	2010-03-03 23:22:58 UTC (rev 71091)
@@ -9,7 +9,7 @@
 
 case "$1" in
   start)
-    if [ ${AUTO_AUTHDAEMON="true"} ]; then
+    if [ $AUTO_AUTHDAEMON="true" ]; then
       /etc/rc.d/authdaemond start
       sleep ${AUTO_AUTHDAEMON_LAG}
     fi
@@ -40,7 +40,7 @@
         stat_done
       fi
     done
-    if [ ${AUTO_AUTHDAEMON="true"} ]; then
+    if [ $AUTO_AUTHDAEMON="true" ]; then
       /etc/rc.d/authdaemond stop
     fi
     ;;




More information about the arch-commits mailing list