Changeset 0a6ea84
- Timestamp:
- Nov 23, 2013, 1:07:03 AM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 358ffc2
- Parents:
- cd44021
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/shadow.xml
rcd44021 r0a6ea84 35 35 36 36 37 <para os="b">Disable the installation of the <command>groups</command> 38 program and its man pages, as Coreutils provides a better version:</para> 39 40 <screen os="c"><userinput>sed -i 's/groups$(EXEEXT) //' src/Makefile.in 41 find man -name Makefile.in -exec sed -i '/groups\.1\.xml/d' '{}' \; 42 find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \;</userinput></screen> 37 <para os="b">Disable the installation of the <command>groups</command> and 38 <command>nologin</command> programs and their man pages, as better versions 39 of these programs are provided by Coreutils and Util-linux:</para> 40 41 <screen os="c"><userinput>sed -i src/Makefile.in \ 42 -e 's/groups$(EXEEXT) //' -e 's/= nologin$(EXEEXT)/= /' 43 find man -name Makefile.in -exec sed -i \ 44 -e 's/man1\/groups\.1 //' -e 's/man8\/nologin\.8 //' '{}' \;</userinput></screen> 43 45 44 46 <para os="d">Prepare Shadow for compilation:</para> … … 154 156 <seg>chage, chfn, chpasswd, chgpasswd, chsh, expiry, faillog, gpasswd, 155 157 groupadd, groupdel, groupmems, groupmod, grpck, grpconv, grpunconv, 156 lastlog, login, logoutd, newgrp, newusers, nologin,passwd, pwck,158 lastlog, login, logoutd, newgrp, newusers, passwd, pwck, 157 159 pwconv, pwunconv, sg (link to newgrp), su, useradd, userdel, usermod, 158 160 vigr (link to vipw), and vipw</seg> … … 379 381 </varlistentry> 380 382 381 <varlistentry id="nologin">382 <term><command>nologin</command></term>383 <listitem>384 <para>Displays a message that an account is not available. Designed385 to be used as the default shell for accounts that have been386 disabled</para>387 <indexterm zone="ch-system-shadow nologin">388 <primary sortas="b-nologin">nologin</primary>389 </indexterm>390 </listitem>391 </varlistentry>392 393 383 <varlistentry id="passwd"> 394 384 <term><command>passwd</command></term> -
BOOK/final-system/common/util-linux.xml
rcd44021 r0a6ea84 109 109 to last), ldattach, logger, look, losetup, lsblk, lscpu, lslocks, 110 110 mcookie, mesg, mkfs, mkfs.bfs, mkfs.cramfs, mkfs.minix, mkswap, more, 111 mount, mountpoint, namei, partx, pg, pivot_root, prlimit, raw,112 r eadprofile, rename, renice, resizepart, rev, rtcwake, script,111 mount, mountpoint, namei, nologin, partx, pg, pivot_root, prlimit, 112 raw, readprofile, rename, renice, resizepart, rev, rtcwake, script, 113 113 scriptreplay, setarch, setsid, setterm, sfdisk, sulogin, swaplabel, 114 114 swapoff (link to swapon), swapon, switch_root, tailf, taskset, tunelp, … … 728 728 </varlistentry> 729 729 730 <varlistentry id="nologin"> 731 <term><command>nologin</command></term> 732 <listitem> 733 <para>Displays a message that an account is not available. Designed 734 to be used as the default shell for accounts that have been 735 disabled</para> 736 <indexterm zone="ch-system-util-linux nologin"> 737 <primary sortas="b-nologin">nologin</primary> 738 </indexterm> 739 </listitem> 740 </varlistentry> 741 730 742 <varlistentry id="partx"> 731 743 <term><command>partx</command></term> -
BOOK/introduction/common/changelog.xml
rcd44021 r0a6ea84 37 37 38 38 --> 39 <listitem> 40 <para>23 November 2013</para> 41 <itemizedlist> 42 <listitem> 43 <para>[Chris] - Use nologin from Util-linux instead of Shadow.</para> 44 </listitem> 45 </itemizedlist> 46 </listitem> 47 39 48 <listitem> 40 49 <para>22 November 2013</para>
Note:
See TracChangeset
for help on using the changeset viewer.