dont restart ctdb when installing the rpm
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 21 Oct 2009 02:54:02 +0000 (13:54 +1100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 21 Oct 2009 02:54:02 +0000 (13:54 +1100)
packaging/RPM/ctdb.spec

index 85864ebcc5e47c5e045a445f85548c58b7711069..536e7cffba021a4616173ca5b9c5c6ae910f47fe 100644 (file)
@@ -83,11 +83,6 @@ if [ $1 = 0 ] ; then
 fi
 exit 0
 
-%postun
-if [ "$1" -ge "1" ]; then
-       %{initdir}/ctdb restart >/dev/null 2>&1 || true
-fi     
-
 
 #######################################################################
 ## Files section                                                     ##