Package: lxc
Version: 1.0.3-1
Followup-For: Bug #745670

Dear Maintainer,

the current debian/rules sets the ExecStartPre on a folder,

# fix systemd service
        sed -i  -e "s|/usr/libexec/lxc/lxc-
devsetup|/usr/lib/$(DEB_HOST_MULTIARCH)/lxc|" \
                -e "s|/usr/libexec/lxc/lxc-startup start|/usr/bin/lxc-
autostart|" \
                -e "s|/usr/libexec/lxc/lxc-startup stop|/usr/bin/lxc-autostart
--shutdown|" \
        debian/tmp/lib/systemd/system/lxc.service

needs to be changed to

# fix systemd service
        sed -i  -e "s|/usr/libexec/lxc/lxc-
devsetup|/usr/lib/$(DEB_HOST_MULTIARCH)/lxc/lxc-devsetup|" \
                -e "s|/usr/libexec/lxc/lxc-startup start|/usr/bin/lxc-
autostart|" \
                -e "s|/usr/libexec/lxc/lxc-startup stop|/usr/bin/lxc-autostart
--shutdown|" \
        debian/tmp/lib/systemd/system/lxc.service

to make the autostart-containers start via lxc-autostart.


Cheers,
Lim



-- System Information:
Debian Release: jessie/sid
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages lxc depends on:
ii  libapparmor1       2.8.0-5+b1
ii  libc6              2.18-5
ii  libcap2            1:2.22-1.2
ii  libseccomp2        2.1.1-1
ii  libselinux1        2.2.2-2
ii  multiarch-support  2.18-5

Versions of packages lxc recommends:
ii  lua5.2   5.2.3-1
ii  python3  3.3.4-1
ii  rsync    3.1.0-3

Versions of packages lxc suggests:
pn  lxc-stuff  <none>

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to