From 009a9494cdf1a45145ac00517063563d606c99d2 Mon Sep 17 00:00:00 2001 From: Andrzej Augustynowicz Date: Wed, 18 Jan 2006 12:30:29 +0000 Subject: [PATCH] - fixed stopping after upgrade; rel. 3 Changed files: courier-authlib.spec -> 1.39 --- courier-authlib.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/courier-authlib.spec b/courier-authlib.spec index ae5ac27..1d7c01d 100644 --- a/courier-authlib.spec +++ b/courier-authlib.spec @@ -2,7 +2,7 @@ Summary: Courier authentication library 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 @@ -251,10 +251,10 @@ fi %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 -- 2.44.0