]> git.pld-linux.org Git - packages/courier-imap.git/commitdiff
- fixed exit code wrapping while authdaemon restart courier-imap-1_5_3-4
authorsiefca <siefca@pld-linux.org>
Sat, 28 Sep 2002 20:20:57 +0000 (20:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- changes in courierlogger filename not needed
- release++

Changed files:
    courier-imap-authdaemon.init -> 1.4
    courier-imap.spec -> 1.73

courier-imap-authdaemon.init
courier-imap.spec

index 522e47399d27ebf6f2454b6c0ef859d6c8c778b5..0a4eb207af6084f384b3e5d7ce1e58f412e77daa 100644 (file)
@@ -64,6 +64,7 @@ case "$1" in
        fi
        $0 stop
        $0 start
+       RETVAL=$?
        [[ $imaprun -eq 1 ]] && /etc/rc.d/init.d/courier-imap start
        [[ $poprun -eq 1 ]] && /etc/rc.d/init.d/courier-imap-pop3 start
        [[ $crun -eq 1 ]] && /etc/rc.d/init.d/courier-mta start
index f7f5df296f49572e9a69972532b01322af5648a4..fa16e494fb5c11443adf3500a8701f696ad28b58 100644 (file)
@@ -7,7 +7,7 @@ Summary:        Courier-IMAP server
 Summary(pl):   Serwer Courier-IMAP
 Name:          courier-imap
 Version:       1.5.3
-Release:       3
+Release:       4
 License:       GPL
 Group:         Networking/Daemons
 Source0:       http://download.sourceforge.net/courier/%{name}-%{version}.tar.gz
This page took 0.035378 seconds and 4 git commands to generate.