Changeset 7a2eb035


Ignore:
Timestamp:
08/07/2020 05:24:11 PM (4 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
fb3ae6c1
Parents:
e49ee12
Message:

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

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23467 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/shadow.xml

    re49ee12 r7a2eb035  
    472472    sed -i "s/chage/$PROGRAM/" /etc/pam.d/${PROGRAM}
    473473done</userinput></screen>
    474 
    475         <para revision="systemd">
    476           Because the installation of <application>systemd</application> is
    477           not yet complete, you will need to remove the
    478           <filename>/run/nologin</filename> file before testing the
    479           installation. Execute the following command as the
    480           <systemitem class="username">root</systemitem> user:
    481         </para>
    482 
    483 <screen role="root" revision="systemd"><userinput>rm -f /run/nologin</userinput></screen>
    484 
    485         <note revision="systemd">
    486           <para>
    487             If you are building <application>Shadow</application> with Linux-PAM,
    488             you should install <xref linkend="systemd"/> now.
    489             Or due to the lack of <filename>systemd-user-sessions.service</filename>,
    490             the <filename>/run/nologin</filename> file will prohibit the unprivileged
    491             users to login into the system.  If that happens you can still login
    492             as <systemitem class="username">root</systemitem>.
    493           </para>
    494         </note>
    495474
    496475        <warning>
Note: See TracChangeset for help on using the changeset viewer.