From: Simon Horman Date: Tue, 21 Sep 2010 03:06:12 +0000 (+0900) Subject: debian: Add override of non-standard-dir-perm to corekeeper X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ed7d6e227c009f0f6bdabbb85262d8aac896e00;p=openvswitch 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 --- 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)