Changeset 9d47629 for BOOK/final-system
- Timestamp:
- Aug 28, 2012, 5:21:39 AM (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/final-system
- Files:
-
- 2 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"
Note:
See TracChangeset
for help on using the changeset viewer.