diff options
author | root <root@rshg047.dnsready.net> | 2011-04-10 04:43:11 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-04-10 04:43:11 +0000 |
commit | 8f6922302486fa1cc1112ff8b3daddb48c3260f2 (patch) | |
tree | cdd13036f76c8a9b8efcc83bbaea166cc929a527 /community/courier-imap | |
parent | f87ab435eb966ec44eb006c48699e6ee90613286 (diff) |
Sun Apr 10 04:43:11 UTC 2011
Diffstat (limited to 'community/courier-imap')
-rw-r--r-- | community/courier-imap/PKGBUILD | 8 | ||||
-rw-r--r-- | community/courier-imap/courier-imap.rc.d | 2 |
2 files changed, 6 insertions, 4 deletions
diff --git a/community/courier-imap/PKGBUILD b/community/courier-imap/PKGBUILD index 1ebc4d91d..544edc1c2 100644 --- a/community/courier-imap/PKGBUILD +++ b/community/courier-imap/PKGBUILD @@ -4,8 +4,8 @@ # Committer: Manolis Tzanidakis <manolis@archlinux.org> pkgname=courier-imap -pkgver=4.8.1 -pkgrel=2 +pkgver=4.9.0 +pkgrel=1 pkgdesc="IMAP(s)/POP3(s) Server" arch=('i686' 'x86_64') license=('GPL2') @@ -21,9 +21,9 @@ options=('!libtool') source=(http://downloads.sourceforge.net/project/courier/imap/${pkgver}/${pkgname}-${pkgver}.tar.bz2 courier-imap.conf.d courier-imap.rc.d) -md5sums=('67dbd0e698f03d1a50db906318af8db9' +md5sums=('5623b98b7fb5cf5595eeb0c18c0c2807' '3e08f017f6c5a52dea28f6f0dbd50b86' - '16153138a5a784abe45e97131f9f809d') + '3e4910c5a34af68dfdeed932e573a9f9') build() { cd ${srcdir}/${pkgname}-${pkgver} diff --git a/community/courier-imap/courier-imap.rc.d b/community/courier-imap/courier-imap.rc.d index 03b9e0183..1389221f8 100644 --- a/community/courier-imap/courier-imap.rc.d +++ b/community/courier-imap/courier-imap.rc.d @@ -1,3 +1,5 @@ +#!/bin/bash + CI_DAEMONS= [ -f /etc/conf.d/courier-imap ] && . /etc/conf.d/courier-imap [ -z $AUTO_AUTHDAEMON_LAG ] && AUTO_AUTHDAEMON_LAG=2 |