Changeset 773bf1ea for BOOK/final-system/common
- Timestamp:
- Feb 21, 2006, 2:30:42 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 467dffc
- Parents:
- d5cf87a3
- Location:
- BOOK/final-system/common
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/gzip.xml
rd5cf87a3 r773bf1ea 69 69 <screen os="k"><userinput>mv -v /usr/bin/gzip /bin 70 70 rm -v /usr/bin/{gunzip,zcat} 71 ln -sv gzip /bin/{gunzip,zcat,compress} 71 ln -sv gzip /bin/gunzip 72 ln -sv gzip /bin/zcat 73 ln -sv gzip /bin/compress 72 74 ln -sv gunzip /bin/uncompress</userinput></screen> 73 75 -
BOOK/final-system/common/inetutils.xml
rd5cf87a3 r773bf1ea 41 41 <screen os="p2"><userinput>patch -Np1 -i ../&inetutils-man_pages-patch;</userinput></screen> 42 42 43 <para os="p3">This patch addresses build issues with GCC 4.x:</para>43 <para os="p3">This patch addresses build issues with GCC &gcc-version;:</para> 44 44 45 45 <screen os="p4"><userinput>patch -Np1 -i ../&inetutils-gcc4_fixes-patch;</userinput></screen> -
BOOK/final-system/common/udev.xml
rd5cf87a3 r773bf1ea 56 56 program:</para> 57 57 58 < para os="e"><userinput>sed -i 's@/usr/bin/test@/bin/test@' test/udev-test.pl</userinput></para>58 <screen os="e"><userinput>sed -i 's@/usr/bin/test@/bin/test@' test/udev-test.pl</userinput></screen> 59 59 60 60 <para os="f">To test the results, issue:
Note:
See TracChangeset
for help on using the changeset viewer.