Author: xry111
Date: Fri Aug  7 10:24:11 2020
New Revision: 23467

Log:
shadow: remove /run/nologin notes not necessary with recent systemd version

Modified:
   trunk/BOOK/postlfs/security/shadow.xml

Modified: trunk/BOOK/postlfs/security/shadow.xml
==============================================================================
--- trunk/BOOK/postlfs/security/shadow.xml      Fri Aug  7 10:00:52 2020        
(r23466)
+++ trunk/BOOK/postlfs/security/shadow.xml      Fri Aug  7 10:24:11 2020        
(r23467)
@@ -472,27 +472,6 @@
     sed -i "s/chage/$PROGRAM/" /etc/pam.d/${PROGRAM}
 done</userinput></screen>
 
-        <para revision="systemd">
-          Because the installation of <application>systemd</application> is
-          not yet complete, you will need to remove the
-          <filename>/run/nologin</filename> file before testing the
-          installation. Execute the following command as the
-          <systemitem class="username">root</systemitem> user:
-        </para>
-
-<screen role="root" revision="systemd"><userinput>rm -f 
/run/nologin</userinput></screen>
-
-        <note revision="systemd">
-          <para>
-            If you are building <application>Shadow</application> with 
Linux-PAM,
-            you should install <xref linkend="systemd"/> now.
-            Or due to the lack of 
<filename>systemd-user-sessions.service</filename>,
-            the <filename>/run/nologin</filename> file will prohibit the 
unprivileged
-            users to login into the system.  If that happens you can still 
login
-            as <systemitem class="username">root</systemitem>.
-          </para>
-        </note>
-
         <warning>
           <para>
             At this point, you should do a simple test to see if
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to