[arch-projects] [mkinitcpio][PATCH] tmpfiles.conf: fix improper creation of /var/run/utmp
Signed-off-by: Dave Reisner <dreisner@archlinux.org> --- tmpfiles.conf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tmpfiles.conf b/tmpfiles.conf index f7db5a0..7dd1358 100644 --- a/tmpfiles.conf +++ b/tmpfiles.conf @@ -11,7 +11,7 @@ d /tmp/.XIM-unix 1777 root root d /tmp/.font-unix 1777 root root d /tmp/.Test-unix 1777 root root -f /var/run/tmp 0664 root utmp +F /var/run/utmp 0664 root utmp r /tmp/.X[0-9]-lock r /etc/nologin -- 1.7.6
On Tue, Jul 26, 2011 at 12:25:27AM -0400, Dave Reisner wrote:
Signed-off-by: Dave Reisner <dreisner@archlinux.org> --- tmpfiles.conf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tmpfiles.conf b/tmpfiles.conf index f7db5a0..7dd1358 100644 --- a/tmpfiles.conf +++ b/tmpfiles.conf @@ -11,7 +11,7 @@ d /tmp/.XIM-unix 1777 root root d /tmp/.font-unix 1777 root root d /tmp/.Test-unix 1777 root root
-f /var/run/tmp 0664 root utmp +F /var/run/utmp 0664 root utmp
r /tmp/.X[0-9]-lock r /etc/nologin -- 1.7.6
lol mkinitcpio in the subject... i suck. @Tom, I noticed that we have some clashing with systemd rules here because of where utmp is and the fact that /run is bind mounted onto /var/run. If systemd is installed, this 'unknown' runlevel issue appears again. The simple solution is just to rename our conf file to 99arch.conf (or some such...) d
participants (1)
-
Dave Reisner