]> err.no Git - systemd/commitdiff
Install a tmpfiles.d file for the /dev/initctl → /run/initctl migration. Closes...
authorTollef Fog Heen <tfheen@err.no>
Thu, 1 Mar 2012 07:47:45 +0000 (08:47 +0100)
committerTollef Fog Heen <tfheen@err.no>
Thu, 1 Mar 2012 08:11:27 +0000 (09:11 +0100)
debian/changelog
debian/systemd.install
debian/tmpfiles.d/debian.conf [new file with mode: 0644]

index 64ade31d2484b38924dbf1e0d87e5d15689d496f..6db487cf060569c323210960c109a73d33b8d7e6 100644 (file)
@@ -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.
index 7c754f9e87b129ec246ad04832256a9ac98f0f0b..8124e116668b44a1b4faa47615630a7d97f631f1 100644 (file)
@@ -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 (file)
index 0000000..d31f9de
--- /dev/null
@@ -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