summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2012-03-06 18:06:58 +0100
committerTollef Fog Heen <tfheen@err.no>2012-03-06 18:07:25 +0100
commita6711ae34dab41ba70e7c3733fa9883cca56f3ca (patch)
tree84346409a55f48d6275948adb57bbdc262ddb311
parent37f538ffa8c6a9cf78d02e0454d5e2d1da030c61 (diff)
downloadsystemd-a6711ae34dab41ba70e7c3733fa9883cca56f3ca.tar.gz
Update /sbin/init symlink. The systemd binary was moved to $pkglibdir.
-rw-r--r--debian/changelog1
-rw-r--r--debian/systemd-sysv.links2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index d4011cc5c7..0ba7cf9d9e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -45,6 +45,7 @@ systemd (43-1) experimental; urgency=low
Bump Build-Depends on debhelper accordingly.
* Rename bash completion file systemctl-bash-completion.sh →
systemd-bash-completion.sh.
+ * Update /sbin/init symlink. The systemd binary was moved to $pkglibdir.
-- Tollef Fog Heen <tfheen@debian.org> Tue, 07 Feb 2012 21:36:34 +0100
diff --git a/debian/systemd-sysv.links b/debian/systemd-sysv.links
index dca459f35d..022e3ca951 100644
--- a/debian/systemd-sysv.links
+++ b/debian/systemd-sysv.links
@@ -1,4 +1,4 @@
-/bin/systemd /sbin/init
+/lib/systemd/systemd /sbin/init
/bin/systemctl /sbin/telinit
/bin/systemctl /sbin/runlevel
/bin/systemctl /sbin/shutdown