Changeset e4f6ff4 in clfs-sysroot for BOOK/cross-tools/common/shadow.xml
- Timestamp:
- Nov 25, 2006, 10:14:53 AM (18 years ago)
- Branches:
- master
- Children:
- d11b860
- Parents:
- 1d53724
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/shadow.xml
r1d53724 re4f6ff4 24 24 <para>The following patch changes the hard-coded <filename>/etc</filename> 25 25 in the sources to whatever was passed to configure. It also allows the 26 utilities to run as a user other then root .</para>26 utilities to run as a user other then root:</para> 27 27 28 28 <screen><userinput>patch -Np1 -i ../&shadow-sysroot_hacks-patch;</userinput></screen> 29 29 30 30 <para>The following value is added to <filename>config.cache</filename> to 31 make sure that the <filename>passwd</filename> program is found .</para>31 make sure that the <filename>passwd</filename> program is found:</para> 32 32 33 33 <screen><userinput>echo "shadow_cv_passwd_dir=${CLFS}/bin" > config.cache</userinput></screen> 34 34 35 <para>The following value causes Shadow to use it 's internal lckpwdf36 instead of the one provided by glibc. The one provided by glibc will35 <para>The following value causes Shadow to use its internal lckpwdf 36 instead of the one provided by Glibc. The one provided by Glibc will 37 37 attempt to modify the host system:</para> 38 38 … … 45 45 --without-selinux --program-prefix=${CLFS_TARGET}- --cache-file=config.cache</userinput></screen> 46 46 47 <para>Add the proper suffix to the <filename>passwd</filename> program.</para>47 <para>Add the proper prefix to the <filename>passwd</filename> program:</para> 48 48 49 49 <screen><userinput>cp config.h{,.orig}
Note:
See TracChangeset
for help on using the changeset viewer.