Changeset 9d47629 for BOOK/final-system/common
- 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
- File:
-
- 1 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>
Note:
See TracChangeset
for help on using the changeset viewer.