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

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


    Date: Wednesday, March 3, 2010 @ 17:54:58
  Author: dgriffiths
Revision: 71086

FS#13909

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

-------------------+
 PKGBUILD          |    4 ++--
 courier-imap.rc.d |    5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-03-03 22:33:31 UTC (rev 71085)
+++ PKGBUILD	2010-03-03 22:54:58 UTC (rev 71086)
@@ -4,7 +4,7 @@
 
 pkgname=courier-imap
 pkgver=4.4.1
-pkgrel=3
+pkgrel=4
 pkgdesc="IMAP(s)/POP3(s) Server"
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -20,7 +20,7 @@
 source=(http://downloads.sourceforge.net/project/courier/imap/${pkgver}/${pkgname}-${pkgver}.tar.bz2
         courier-imap.conf.d courier-imap.rc.d)
 md5sums=('71482dff367e5161a3c0f9c61bbfd2b1' 'f00a0756ae41d9e993d141f24de8bf64' \
-         '55e0cac6fc0b7193d32c1d67d25a350b')
+         '38ed196280b8664761fd1032e4de2ce2')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}

Modified: courier-imap.rc.d
===================================================================
--- courier-imap.rc.d	2010-03-03 22:33:31 UTC (rev 71085)
+++ courier-imap.rc.d	2010-03-03 22:54:58 UTC (rev 71086)
@@ -7,7 +7,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
@@ -26,6 +26,9 @@
         stat_done
       fi
     done
+    if [ $AUTO_AUTHDAEMON="true" ]; then
+      /etc/rc.d/authdaemond stop
+    fi
     ;;
   stop)
     for daemon in $CI_DAEMONS; do




More information about the arch-commits mailing list