From d3643fc5989f88b1eda701d8aefca0ed3ff9dcdc Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 14 Mar 2011 15:13:49 -0700 Subject: [PATCH] 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. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2