From: Tollef Fog Heen Date: Tue, 28 Feb 2012 21:16:29 +0000 (+0100) Subject: Add symlink from /bin/systemd to /lib/systemd/systemd. X-Git-Tag: 43-1~20 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db96561e5a0d2811df31986ee92b0ff92f11421f;p=systemd Add symlink from /bin/systemd to /lib/systemd/systemd. --- diff --git a/debian/changelog b/debian/changelog index eb05fd5f..5a7c7a94 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ systemd (43-1) unstable; urgency=low * Fix up git-to-source package conversion script which makes gitpkg happier. * Add libkmod-dev to build-depends + * Add symlink from /bin/systemd to /lib/systemd/systemd. [ Michael Biebl ] * Add Build-Depends on liblzma-dev for journal log compression. diff --git a/debian/systemd.install b/debian/systemd.install index 92256405..7c754f9e 100644 --- a/debian/systemd.install +++ b/debian/systemd.install @@ -1,5 +1,4 @@ etc -bin/systemd bin/systemctl bin/systemd-journalctl bin/systemd-notify diff --git a/debian/systemd.links b/debian/systemd.links index e72226b4..70b5d8f6 100644 --- a/debian/systemd.links +++ b/debian/systemd.links @@ -56,3 +56,6 @@ /lib/systemd/system/debian-fixup.service /lib/systemd/system/sysinit.target.wants/debian-fixup.service # TODO: mtab/udev-mtab (symlink /etc/mtab to /proc/self/mounts in postinst) + +# Compat symlink +/lib/systemd/systemd /bin/systemd