[systemd-devel] [PATCH] Add a bit more explicit message, to help confused users

2013-09-27 Thread misc
From: Michael Scherer m...@zarb.org

Seeing 
http://www.happyassassin.net/2013/09/27/further-sysadmin-adventures-wheres-my-freeipa-badge/
it seems that the default message is a bit confusing for people
who never encountered it before, so adding a link to the manpage could
help them.
---
 tmpfiles.d/systemd.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tmpfiles.d/systemd.conf b/tmpfiles.d/systemd.conf
index c397c71..b630440 100644
--- a/tmpfiles.d/systemd.conf
+++ b/tmpfiles.d/systemd.conf
@@ -22,7 +22,7 @@ d /run/systemd/users 0755 root root -
 d /run/systemd/machines 0755 root root -
 d /run/systemd/shutdown 0755 root root -
 
-F /run/nologin 0644 - - - System is booting up.
+F /run/nologin 0644 - - - System is booting up. See pam_nologin(8)
 
 m /var/log/journal 2755 root systemd-journal - -
 m /var/log/journal/%m 2755 root systemd-journal - -
-- 
1.8.3.1

___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] [PATCH] Add a bit more explicit message, to help confused users

2013-09-27 Thread Tom Gundersen
On Fri, Sep 27, 2013 at 11:43 AM,  m...@zarb.org wrote:
 From: Michael Scherer m...@zarb.org

 Seeing 
 http://www.happyassassin.net/2013/09/27/further-sysadmin-adventures-wheres-my-freeipa-badge/
 it seems that the default message is a bit confusing for people
 who never encountered it before, so adding a link to the manpage could
 help them.
 ---
  tmpfiles.d/systemd.conf | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

 diff --git a/tmpfiles.d/systemd.conf b/tmpfiles.d/systemd.conf
 index c397c71..b630440 100644
 --- a/tmpfiles.d/systemd.conf
 +++ b/tmpfiles.d/systemd.conf
 @@ -22,7 +22,7 @@ d /run/systemd/users 0755 root root -
  d /run/systemd/machines 0755 root root -
  d /run/systemd/shutdown 0755 root root -

 -F /run/nologin 0644 - - - System is booting up.
 +F /run/nologin 0644 - - - System is booting up. See pam_nologin(8)

  m /var/log/journal 2755 root systemd-journal - -
  m /var/log/journal/%m 2755 root systemd-journal - -
 --

Thanks. Applied.

-t
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel