From: Ben Pfaff Date: Mon, 14 Mar 2011 22:13:49 +0000 (-0700) Subject: debian: Restart daemons only after upgrade is complete. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3643fc5989f88b1eda701d8aefca0ed3ff9dcdc;p=openvswitch 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 de79800a..68069801 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