debian: Add override of non-standard-dir-perm to corekeeper
authorSimon Horman <horms@verge.net.au>
Tue, 21 Sep 2010 03:06:12 +0000 (12:06 +0900)
committerBen Pfaff <blp@nicira.com>
Tue, 21 Sep 2010 17:39:27 +0000 (10:39 -0700)
Remove code to restart openvswitch-switch from its postinst script
as this is automatically added by dh_installinit

Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Ben Pfaff <blp@nicira.com>
debian/openvswitch-switch.postinst

index 4be5a30..74b52ba 100755 (executable)
@@ -33,17 +33,6 @@ case "$1" in
                 fi
             done
        fi
-
-        if /etc/init.d/openvswitch-switch status >/dev/null 2>&1; then
-            running=true
-            /etc/init.d/openvswitch-switch stop
-        else
-            running=false
-        fi
-
-        if $running; then
-            /etc/init.d/openvswitch-switch start
-        fi
         ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)