From: Tollef Fog Heen Date: Thu, 1 Mar 2012 07:47:45 +0000 (+0100) Subject: Install a tmpfiles.d file for the /dev/initctl → /run/initctl migration. Closes... X-Git-Tag: 43-1~16 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55a5aa023b45fab8565e16055143628f7de4f4af;p=systemd Install a tmpfiles.d file for the /dev/initctl → /run/initctl migration. Closes: #657979 --- diff --git a/debian/changelog b/debian/changelog index 64ade31d..6db487cf 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 7c754f9e..8124e116 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 00000000..d31f9def --- /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