From 55a5aa023b45fab8565e16055143628f7de4f4af Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Thu, 1 Mar 2012 08:47:45 +0100 Subject: [PATCH] =?utf8?q?Install=20a=20tmpfiles.d=20file=20for=20the=20/d?= =?utf8?q?ev/initctl=20=E2=86=92=20/run/initctl=20migration.=20=20Closes:?= =?utf8?q?=20#657979?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- debian/changelog | 2 ++ debian/systemd.install | 1 + debian/tmpfiles.d/debian.conf | 11 +++++++++++ 3 files changed, 14 insertions(+) create mode 100644 debian/tmpfiles.d/debian.conf 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 -- 2.39.5