From 2ed7d6e227c009f0f6bdabbb85262d8aac896e00 Mon Sep 17 00:00:00 2001 From: Simon Horman Date: Tue, 21 Sep 2010 12:06:12 +0900 Subject: [PATCH] debian: Add override of non-standard-dir-perm to corekeeper Remove code to restart openvswitch-switch from its postinst script as this is automatically added by dh_installinit Signed-off-by: Simon Horman Signed-off-by: Ben Pfaff --- debian/openvswitch-switch.postinst | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/debian/openvswitch-switch.postinst b/debian/openvswitch-switch.postinst index 4be5a30c..74b52ba9 100755 --- a/debian/openvswitch-switch.postinst +++ b/debian/openvswitch-switch.postinst @@ -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) -- 2.30.2