Changeset 352dce0 for BOOK/final-system
- Timestamp:
- Jun 2, 2017, 10:01:57 PM (7 years ago)
- Branches:
- master, systemd
- Children:
- c96cc3f
- Parents:
- 72d19e2
- Location:
- BOOK/final-system/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/shadow.xml
r72d19e2 r352dce0 40 40 </note> 41 41 42 <para os="b">Disable the installation of the <command>groups</command> and43 <command>nologin</command> programs and their man pages, as better versions44 of these programs are provided by Coreutils and Util-linux:</para>42 <para os="b">Disable the installation of the <command>groups</command> 43 program and man pages, as better versions of these programs are provided by 44 Coreutils, Util-linux and Man-pages:</para> 45 45 46 46 <screen os="c"><userinput>sed -i src/Makefile.in \ 47 -e 's/groups$(EXEEXT) //' -e 's/= nologin$(EXEEXT)/= /'47 -e 's/groups$(EXEEXT) //' 48 48 find man -name Makefile.in -exec sed -i \ 49 49 -e 's/man1\/groups\.1 //' \ 50 50 -e 's/man3\/getspnam\.3 //' \ 51 -e 's/man8\/nologin\.8 //' \52 51 -e 's/man5\/passwd\.5 //' '{}' \;</userinput></screen> 53 52 … … 174 173 <seg>chage, chfn, chgpasswd, chpasswd, chsh, expiry, faillog, gpasswd, 175 174 groupadd, groupdel, groupmems, groupmod, grpck, grpconv, grpunconv, 176 lastlog, login, logoutd, newgrp, newusers, passwd, pwck,175 lastlog, login, logoutd, newgrp, newusers, nologin, passwd, pwck, 177 176 pwconv, pwunconv, sg (link to newgrp), su, useradd, userdel, usermod, 178 177 vigr (link to vipw), vipw</seg> … … 399 398 </varlistentry> 400 399 400 <varlistentry id="nologin"> 401 <term><command>nologin</command></term> 402 <listitem> 403 <para>Displays a message that an account is not available. It is 404 designed to be used as the default shell for disabled accounts.</para> 405 <indexterm zone="ch-system-shadow nologin"> 406 <primary sortas="b-nologin">nologin</primary> 407 </indexterm> 408 </listitem> 409 </varlistentry> 410 401 411 <varlistentry id="passwd"> 402 412 <term><command>passwd</command></term> -
BOOK/final-system/common/util-linux.xml
r72d19e2 r352dce0 712 712 </varlistentry> 713 713 714 <varlistentry id="nologin">715 <term><command>nologin</command></term>716 <listitem>717 <para>Displays a message that an account is not available. Designed718 to be used as the default shell for accounts that have been719 disabled</para>720 <indexterm zone="ch-system-util-linux nologin">721 <primary sortas="b-nologin">nologin</primary>722 </indexterm>723 </listitem>724 </varlistentry>725 726 714 <varlistentry id="nsenter"> 727 715 <term><command>nsenter</command></term>
Note:
See TracChangeset
for help on using the changeset viewer.