- Timestamp:
- Aug 28, 2012, 12:21:39 PM (12 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 10d3d46
- Parents:
- 2e4e2db
- Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/shadow.xml
r2e4e2db r9d47629 34 34 </note> 35 35 36 <para os="b">Prepare Shadow for compilation:</para> 37 38 <screen os="c"><userinput>./configure --sysconfdir=/etc</userinput></screen> 39 40 <para os="d">The meaning of the configure options:</para> 41 42 <variablelist os="e"> 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> 43 44 <para os="d">Prepare Shadow for compilation:</para> 45 46 <screen os="e"><userinput>./configure --sysconfdir=/etc</userinput></screen> 47 48 <para os="f">The meaning of the configure options:</para> 49 50 <variablelist os="g"> 43 51 <varlistentry> 44 52 <term><parameter>--sysconfdir=/etc</parameter></term> … … 50 58 </variablelist> 51 59 52 <para os="f">Disable the installation of the <command>groups</command>53 program and its man pages, as Coreutils provides a better version:</para>54 55 <screen os="g"><userinput>sed -i 's/groups$(EXEEXT) //' src/Makefile56 find man -name Makefile -exec sed -i '/groups.1.xml/d' '{}' \;57 find man -name Makefile -exec sed -i 's/groups.1 //' '{}' \;</userinput></screen>58 60 59 61 <para os="h">Compile the package:</para> -
BOOK/final-system/multilib/shadow.xml
r2e4e2db r9d47629 30 30 xpointer="xpointer(//*[@os='b'])"/> 31 31 32 <screen os="c"><userinput>CC="gcc ${BUILD64}" ./configure --sysconfdir=/etc</userinput></screen> 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 33 href="../common/shadow.xml" 34 xpointer="xpointer(//*[@os='c'])"/> 33 35 34 36 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 36 38 xpointer="xpointer(//*[@os='d'])"/> 37 39 38 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 39 href="../common/shadow.xml" 40 xpointer="xpointer(//*[@os='e'])"/> 40 <screen os="c"><userinput>CC="gcc ${BUILD64}" ./configure --sysconfdir=/etc</userinput></screen> 41 41 42 42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/general.ent
r2e4e2db r9d47629 3 3 <!ENTITY month "08"> <!-- Use two digits --> 4 4 <!ENTITY month_name "August"> 5 <!ENTITY day "2 7"> <!-- Use two digits -->5 <!ENTITY day "28"> <!-- Use two digits --> 6 6 <!ENTITY year "2012"> <!-- Use four digits --> 7 7 -
BOOK/introduction/common/changelog.xml
r2e4e2db r9d47629 36 36 </listitem> 37 37 --> 38 <listitem> 38 <listitem> 39 <para>August 28, 2012</para> 40 <itemizedlist> 41 <listitem> 42 <para>[William Harrington] - Edit shadow groups program and man-pages disabling section.</para> 43 </listitem> 44 </itemizedlist> 45 </listitem> 46 47 <listitem> 39 48 <para>August 27, 2012</para> 40 49 <itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.