Changeset 9cd1627
- Timestamp:
- Jun 29, 2008, 7:15:09 PM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- cccefd5
- Parents:
- 8b91bae
- Location:
- BOOK
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/shadow.xml
r8b91bae r9cd1627 116 116 <screen os="v"><userinput>mv -v /usr/bin/passwd /bin</userinput></screen> 117 117 118 <para os="w">Move Shadow's static libraries to a more appropriate119 location:</para>120 121 <screen os="x"><userinput>mv -v /lib/libshadow.*a /usr/lib122 rm -v /lib/libshadow.so123 ln -svf ../../lib/libshadow.so.0 /usr/lib/libshadow.so</userinput></screen>124 125 118 </sect2> 126 119 -
BOOK/final-system/multilib/shadow-64bit.xml
r8b91bae r9cd1627 105 105 xpointer="xpointer(//*[@os='v'])"/> 106 106 107 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"108 href="shadow.xml"109 xpointer="xpointer(//*[@os='w'])"/>110 111 <screen os="x"><userinput>mv -v /lib64/libshadow.*a /usr/lib64112 rm -v /lib64/libshadow.so113 ln -svf ../../lib64/libshadow.so.0 /usr/lib64/libshadow.so</userinput></screen>114 115 107 </sect2> 116 108 -
BOOK/final-system/multilib/shadow-n32.xml
r8b91bae r9cd1627 89 89 xpointer="xpointer(//*[@os='v'])"/> 90 90 91 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"92 href="shadow.xml"93 xpointer="xpointer(//*[@os='w'])"/>94 95 <screen os="x"><userinput>mv -v /lib32/libshadow.*a /usr/lib3296 rm -v /lib32/libshadow.so97 ln -svf ../../lib32/libshadow.so.0 /usr/lib32/libshadow.so</userinput></screen>98 99 91 </sect2> 100 92 -
BOOK/final-system/multilib/shadow.xml
r8b91bae r9cd1627 78 78 xpointer="xpointer(//*[@os='v'])"/> 79 79 80 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"81 href="../common/shadow.xml"82 xpointer="xpointer(//*[@os='w'])"/>83 84 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"85 href="../common/shadow.xml"86 xpointer="xpointer(//*[@os='x'])"/>87 88 80 </sect2> 89 81 -
BOOK/introduction/common/changelog.xml
r8b91bae r9cd1627 40 40 <para>June 28, 2008</para> 41 41 <itemizedlist> 42 <listitem> 43 <para>[jciccone] - Remove the commands that relocate the Shadow 44 libraries as they are not provided in newer versions of 45 shadow. Also only build 64bit, since there are no libraries 46 anymore.</para> 47 </listitem> 42 48 <listitem> 43 49 <para>[jciccone] - Link /tools/bin/echo to /bin/echo foe one of the
Note:
See TracChangeset
for help on using the changeset viewer.