From 60537372010aa3a83d8af004614b6b9fb29f434c Mon Sep 17 00:00:00 2001 From: Florian La Roche Date: Thu, 24 Mar 2005 16:07:20 +0000 Subject: [PATCH] - add exit 0 to postun --- samba.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/samba.spec b/samba.spec index 0a529c2..fa4bdc2 100644 --- a/samba.spec +++ b/samba.spec @@ -3,7 +3,7 @@ Summary: The Samba SMB server. Name: samba Version: 3.0.11 -Release: 5 +Release: 6 Epoch: 0 License: GNU GPL Version 2 Group: System Environment/Daemons @@ -290,6 +290,7 @@ exit 0 if [ "$1" -ge "1" ]; then %{_initrddir}/smb condrestart >/dev/null 2>&1 fi +exit 0 %post common /sbin/chkconfig --add winbind @@ -459,6 +460,9 @@ fi #%lang(ja) %{_mandir}/ja/man8/smbpasswd.8* %changelog +* Thu Mar 24 2005 Florian La Roche +- add a "exit 0" to the postun of the main samba package + * Wed Mar 2 2005 Tomas Mraz 3.0.11-5 - rebuild with openssl-0.9.7e