summaryrefslogtreecommitdiff
path: root/debian/openvswitch-switch.postinst
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2010-09-21 12:06:12 +0900
committerBen Pfaff <blp@nicira.com>2010-09-21 10:39:27 -0700
commit2ed7d6e227c009f0f6bdabbb85262d8aac896e00 (patch)
tree203146254f9a44067102e749cef3f9ec2824b4c2 /debian/openvswitch-switch.postinst
parent110b54816bb56b8ba4878812ad300a3a277abb06 (diff)
downloadopenvswitch-2ed7d6e227c009f0f6bdabbb85262d8aac896e00.tar.gz
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 <horms@verge.net.au> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'debian/openvswitch-switch.postinst')
-rwxr-xr-xdebian/openvswitch-switch.postinst11
1 files changed, 0 insertions, 11 deletions
diff --git a/debian/openvswitch-switch.postinst b/debian/openvswitch-switch.postinst
index 4be5a30c7..74b52ba90 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)