Author: andree                       Date: Wed Jan 18 12:30:35 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed stopping after upgrade; rel. 3

---- Files affected:
SPECS:
   courier-authlib.spec (1.38 -> 1.39) 

---- Diffs:

================================================================
Index: SPECS/courier-authlib.spec
diff -u SPECS/courier-authlib.spec:1.38 SPECS/courier-authlib.spec:1.39
--- SPECS/courier-authlib.spec:1.38     Tue Jan 17 13:22:54 2006
+++ SPECS/courier-authlib.spec  Wed Jan 18 13:30:29 2006
@@ -3,7 +3,7 @@
 Summary(pl):   Biblioteka uwierzytelniania Couriera
 Name:          courier-authlib
 Version:       0.58
-Release:       2
+Release:       3
 License:       GPL
 Group:         Networking/Daemons
 Source0:       http://dl.sourceforge.net/courier/%{name}-%{version}.tar.bz2
@@ -252,10 +252,10 @@
 %preun
 if [ "$1" = "0" ]; then
        /sbin/chkconfig --del courier-authlib
-fi
 
-if [ -f /var/lock/subsys/courier-authlib ]; then
-       /etc/rc.d/init.d/courier-authlib stop
+       if [ -f /var/lock/subsys/courier-authlib ]; then
+               /etc/rc.d/init.d/courier-authlib stop
+       fi
 fi
 
 %postun
@@ -647,6 +647,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.39  2006/01/18 12:30:29  andree
+- fixed stopping after upgrade; rel. 3
+
 Revision 1.38  2006/01/17 12:22:54  baggins
 - relese 2
 - BR openldap >= 2.3
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/courier-authlib.spec?r1=1.38&r2=1.39&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to