summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTollef Fog Heen <tfheen@err.no>2012-03-01 08:47:45 +0100
committerTollef Fog Heen <tfheen@err.no>2012-03-01 09:11:27 +0100
commit55a5aa023b45fab8565e16055143628f7de4f4af (patch)
tree4753a3d3e2e03ac69f25f983b8553c0482e9a702
parent63924b6be9fefc736b93bd3dd6055e2b282322d6 (diff)
downloadsystemd-55a5aa023b45fab8565e16055143628f7de4f4af.tar.gz
Install a tmpfiles.d file for the /dev/initctl → /run/initctl migration. Closes: #657979
-rw-r--r--debian/changelog2
-rw-r--r--debian/systemd.install1
-rw-r--r--debian/tmpfiles.d/debian.conf11
3 files changed, 14 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 64ade31d24..6db487cf06 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,8 @@ systemd (43-1) experimental; urgency=low
* Add --with-distro=debian to configure flags, due to no /etc/os-release
yet.
* Add new symbols for libsystemd-login0 to symbols file.
+ * Install a tmpfiles.d file for the /dev/initctl → /run/initctl
+ migration. Closes: #657979
[ Michael Biebl ]
* Add Build-Depends on liblzma-dev for journal log compression.
diff --git a/debian/systemd.install b/debian/systemd.install
index 7c754f9e87..8124e11666 100644
--- a/debian/systemd.install
+++ b/debian/systemd.install
@@ -40,3 +40,4 @@ usr/lib/tmpfiles.d
debian/init-functions lib/lsb
debian/debian-fixup lib/systemd/
debian/debian-fixup.service lib/systemd/system
+debian/tmpfiles.d/debian.conf usr/lib/tmpfiles.d
diff --git a/debian/tmpfiles.d/debian.conf b/debian/tmpfiles.d/debian.conf
new file mode 100644
index 0000000000..d31f9def2d
--- /dev/null
+++ b/debian/tmpfiles.d/debian.conf
@@ -0,0 +1,11 @@
+# This file is part of the debianisation of systemd.
+#
+# systemd is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+
+# See tmpfiles.d(5) for details
+
+# Type Path Mode UID GID Age Argument
+L /run/initctl - - - - /dev/initctl