[SCM] CTDB repository - branch master updated - d7e9c0010a40f9335d28cf108e8f5cf411970a03

Ronnie Sahlberg sahlberg at samba.org
Wed Jul 16 06:57:29 GMT 2008


The branch, master has been updated
       via  d7e9c0010a40f9335d28cf108e8f5cf411970a03 (commit)
       via  9043913a54fe707083697f0587c6ffde86ca5a69 (commit)
      from  2b0bd6c302545f2533a7a67dfc6bb5f9f60799f7 (commit)

http://gitweb.samba.org/?p=sahlberg/ctdb.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit d7e9c0010a40f9335d28cf108e8f5cf411970a03
Merge: 2b0bd6c302545f2533a7a67dfc6bb5f9f60799f7 9043913a54fe707083697f0587c6ffde86ca5a69
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Wed Jul 16 16:51:37 2008 +1000

    Merge git://git.samba.org/tridge/ctdb

commit 9043913a54fe707083697f0587c6ffde86ca5a69
Author: Andrew Tridgell <tridge at samba.org>
Date:   Wed Jul 16 12:23:05 2008 +1000

    fixed postun script to prevent corrupting RPM database

-----------------------------------------------------------------------

Summary of changes:
 packaging/RPM/ctdb.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/packaging/RPM/ctdb.spec b/packaging/RPM/ctdb.spec
index 7182f7d..07ae721 100644
--- a/packaging/RPM/ctdb.spec
+++ b/packaging/RPM/ctdb.spec
@@ -78,7 +78,7 @@ exit 0
 
 %postun
 if [ "$1" -ge "1" ]; then
-	%{initdir}/ctdb restart >/dev/null 2>&1
+	%{initdir}/ctdb restart >/dev/null 2>&1 || true
 fi	
 
 


-- 
CTDB repository


More information about the samba-cvs mailing list