51b11df
From 403c467739a1a1c2bb66454582bcb6a4870adaef Mon Sep 17 00:00:00 2001
51b11df
From: Michael Scherer <misc@zarb.org>
51b11df
Date: Fri, 27 Sep 2013 11:43:28 +0200
51b11df
Subject: [PATCH] Add a bit more explicit message, to help confused users
51b11df
51b11df
Seeing http://www.happyassassin.net/2013/09/27/further-sysadmin-adventures-wheres-my-freeipa-badge/
51b11df
it seems that the default message is a bit confusing for people
51b11df
who never encountered it before, so adding a link to the manpage could
51b11df
help them.
51b11df
51b11df
Conflicts:
51b11df
	tmpfiles.d/systemd.conf
51b11df
---
51b11df
 tmpfiles.d/systemd.conf | 2 +-
51b11df
 1 file changed, 1 insertion(+), 1 deletion(-)
51b11df
51b11df
diff --git a/tmpfiles.d/systemd.conf b/tmpfiles.d/systemd.conf
674ca7d
index ee86f2ebce..fcda00f426 100644
51b11df
--- a/tmpfiles.d/systemd.conf
51b11df
+++ b/tmpfiles.d/systemd.conf
51b11df
@@ -21,4 +21,4 @@ d /run/systemd/sessions 0755 root root -
51b11df
 d /run/systemd/users 0755 root root -
51b11df
 d /run/systemd/shutdown 0755 root root -
51b11df
 
51b11df
-F /run/nologin 0644 - - - "System is booting up."
51b11df
+F /run/nologin 0644 - - - "System is booting up. See pam_nologin(8)"