aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-03-14 15:13:49 -0700
committerBen Pfaff <blp@nicira.com>2011-03-14 15:14:05 -0700
commitd3643fc5989f88b1eda701d8aefca0ed3ff9dcdc (patch)
tree695738b0e28569c8dadc80144bd57f3ecf2afd65 /debian/rules
parenta1b3608fab2c00c022cdd3090d5acde83d610574 (diff)
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.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
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