Changeset 01672b8 for BOOK/boot/multilib/shadow.xml
- Timestamp:
- Nov 12, 2012, 1:25:42 PM (12 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 3d8b4f6
- Parents:
- 5759332
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/multilib/shadow.xml
r5759332 r01672b8 24 24 25 25 <para os="b">Disable the installation of the <command>groups</command> 26 program and its man pages, as Coreutils provides a better version:</para>26 program, as Coreutils provides a better version:</para> 27 27 28 <screen os="c"><userinput>sed -i 's/groups$(EXEEXT) //' src/Makefile.in 29 find man -name Makefile.in -exec sed -i '/groups\.1\.xml/d' '{}' \; 30 find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \;</userinput></screen> 28 <screen os="c"><userinput>cp -v src/Makefile.in{,.orig} 29 sed -e 's/groups$(EXEEXT) //' src/Makefile.in.orig > src/Makefile.in</userinput></screen> 31 30 32 31 <para os="t1">The following cache entries set the values for tests that do
Note:
See TracChangeset
for help on using the changeset viewer.