floppym 15/01/18 14:19:13 Added: 216-tmpfiles-setup-dev.patch Log: Backport patch for compatibility with >=sys-apps/kmod-18-r2. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.1 sys-apps/systemd/files/216-tmpfiles-setup-dev.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/files/216-tmpfiles-setup-dev.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/files/216-tmpfiles-setup-dev.patch?rev=1.1&content-type=text/plain Index: 216-tmpfiles-setup-dev.patch =================================================================== >From 8c94052ee543c3598a3c7b0c46688150aa2c6168 Mon Sep 17 00:00:00 2001 From: Tom Gundersen <[email protected]> Date: Mon, 27 Oct 2014 17:15:42 +0100 Subject: units: tmpfiles-setup-dev - allow unsafe file creation to happen in /dev at boot This will allow us to mark static device nodes with '!' to indicate that they should only be created at early boot. diff --git a/units/systemd-tmpfiles-setup-dev.service.in b/units/systemd-tmpfiles-setup-dev.service.in index f3833fd..0123a03 100644 --- a/units/systemd-tmpfiles-setup-dev.service.in +++ b/units/systemd-tmpfiles-setup-dev.service.in @@ -17,4 +17,4 @@ ConditionCapability=CAP_SYS_MODULE [Service] Type=oneshot RemainAfterExit=yes -ExecStart=@rootbindir@/systemd-tmpfiles --prefix=/dev --create +ExecStart=@rootbindir@/systemd-tmpfiles --prefix=/dev --create --boot -- cgit v0.10.2
