From: Ben Pfaff Date: Mon, 14 Mar 2011 22:13:49 +0000 (-0700) Subject: debian: Restart daemons only after upgrade is complete. X-Git-Tag: v1.1.0~142 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=d3643fc5989f88b1eda701d8aefca0ed3ff9dcdc;p=sliver-openvswitch.git debian: Restart daemons only after upgrade is complete. This yields less downtime during an upgrade and allows an SSH session or other network access to dpkg to continue during the upgrade to, e.g., answer questions about conffiles from dpkg. (Open vSwitch doesn't have any conffiles but other packages being upgraded in the same dpkg run might.) Bug #542. --- diff --git a/debian/rules b/debian/rules index de79800a8..680698015 100755 --- a/debian/rules +++ b/debian/rules @@ -101,7 +101,7 @@ binary-common: dh_installexamples dh_installdebconf dh_installlogrotate - dh_installinit + dh_installinit -R dh_installcron dh_installman dh_link