[ovs-dev] [PATCH 2/2] debian: Restart daemons only after upgrade is complete.

Ethan Jackson ethan at nicira.com
Mon Mar 14 23:26:37 UTC 2011


Looks Good.

On Mon, Mar 14, 2011 at 3:16 PM, Ben Pfaff <blp at nicira.com> wrote:
> 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 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/debian/rules b/debian/rules
> index de79800..6806980 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
> --
> 1.7.1
>
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
>



More information about the dev mailing list