Skip to content

Commit

Permalink
Do not start lxc-instance in postinst without any instance specified.
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
  • Loading branch information
stgraber committed Jun 13, 2014
1 parent 66171f2 commit 7ae5492
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions debian/changelog
Expand Up @@ -13,6 +13,8 @@ lxc (1.0.4-0ubuntu0.1) UNRELEASED; urgency=medium
- Remove hardcoded dependency on apparmor, instead generate it from
rules so that the source package can be backported without changes (the
right apparmor version will be picked up based on the release number).
- Do not start lxc-instance in postinst without any instance specified,
as that is an invalid request.

-- Stéphane Graber <stgraber@ubuntu.com> Fri, 13 Jun 2014 15:07:39 -0400

Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Expand Up @@ -77,7 +77,7 @@ override_dh_installinit:
cp debian/lxc/etc/init/lxc-net.conf debian/lxc.lxc-net.upstart
dh_installinit --no-restart-on-upgrade --name=lxc
dh_installinit --no-restart-on-upgrade --name=lxc-net
dh_installinit --no-restart-on-upgrade --name=lxc-instance
dh_installinit --no-start --no-restart-on-upgrade --name=lxc-instance

override_dh_strip:
dh_strip --dbg-package=lxc-dbg
Expand Down

0 comments on commit 7ae5492

Please sign in to comment.