Changeset bad4904
- Timestamp:
- 08/14/2005 10:20:40 PM (19 years ago)
- Branches:
- 10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 12.2, 12.2-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
- Children:
- 3288f5c
- Parents:
- 3937cf0
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter03/packages.xml
r3937cf0 rbad4904 348 348 349 349 <varlistentry> 350 <term>Shadow (&shadow-version;) - 1,0 80KB:</term>350 <term>Shadow (&shadow-version;) - 1,031 KB:</term> 351 351 <listitem> 352 352 <para><ulink url="ftp://ftp.pld.org.pl/software/shadow/"/></para> -
chapter06/shadow.xml
r3937cf0 rbad4904 19 19 <segtitle>&buildtime;</segtitle> 20 20 <segtitle>&diskspace;</segtitle> 21 <seglistitem><seg>0. 4 SBU</seg><seg>13.7MB</seg></seglistitem>21 <seglistitem><seg>0.3 SBU</seg><seg>15.9 MB</seg></seglistitem> 22 22 </segmentedlist> 23 23 … … 39 39 <para>Prepare Shadow for compilation:</para> 40 40 41 <screen><userinput>./configure --libdir=/lib --enable-shared</userinput></screen> 41 <screen><userinput>./configure --libdir=/lib --enable-shared --enable-shadowgrp</userinput></screen> 42 43 <para>The meaning of the new configure options:</para> 44 <variablelist> 45 <varlistentry> 46 <term><parameter>--enable-shadowgrp</parameter></term> 47 <listitem><para>This version of shadow defaults to not enabling 48 shadow group functionality, which will cause grpconv to fail. 49 </para></listitem> 50 </varlistentry> 51 </variablelist> 42 52 43 53 <para>Disable the installation of the <command>groups</command> program and its man page, as Coreutils provides a better version:</para> … … 154 164 <seglistitem><seg>chage, chfn, chpasswd, chsh, expiry, faillog, gpasswd, 155 165 groupadd, groupdel, groupmod, grpck, grpconv, grpunconv, lastlog, login, 156 logoutd, mkpasswd, newgrp, newusers, passwd, pwck, pwconv, pwunconv, sg157 (link to newgrp), useradd, userdel, usermod, vigr (link to vipw), and vipw</seg>166 logoutd, newgrp, newusers, passwd, pwck, pwconv, pwunconv, sg (link to newgrp), 167 su, useradd, userdel, usermod, vigr (link to vipw), and vipw</seg> 158 168 <seg>libshadow.[a,so]</seg> 159 169 </seglistitem> … … 294 304 <para>Is a daemon used to enforce restrictions on log-on time and ports</para> 295 305 <indexterm zone="ch-system-shadow logoutd"><primary sortas="b-logoutd">logoutd</primary></indexterm> 296 </listitem>297 </varlistentry>298 299 <varlistentry id="mkpasswd">300 <term><command>mkpasswd</command></term>301 <listitem>302 <para>Generates random passwords</para>303 <indexterm zone="ch-system-shadow mkpasswd"><primary sortas="b-mkpasswd">mkpasswd</primary></indexterm>304 306 </listitem> 305 307 </varlistentry> -
general.ent
r3937cf0 rbad4904 72 72 <!ENTITY readline-version "5.0"> 73 73 <!ENTITY sed-version "4.1.4"> 74 <!ENTITY shadow-version "4.0.1 0">74 <!ENTITY shadow-version "4.0.11.1"> 75 75 <!ENTITY sysklogd-version "1.4.1"> 76 76 <!ENTITY sysvinit-version "2.86">
Note:
See TracChangeset
for help on using the changeset viewer.