Ignore:
Timestamp:
Feb 21, 2006, 2:30:42 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
467dffc
Parents:
d5cf87a3
Message:

r1178@server (orig r1176): chris | 2006-02-13 19:58:07 -0800
More minor text updates, including reverting the change to gzip's symlink creation

Location:
BOOK/final-system/common
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/gzip.xml

    rd5cf87a3 r773bf1ea  
    6969<screen os="k"><userinput>mv -v /usr/bin/gzip /bin
    7070rm -v /usr/bin/{gunzip,zcat}
    71 ln -sv gzip /bin/{gunzip,zcat,compress}
     71ln -sv gzip /bin/gunzip
     72ln -sv gzip /bin/zcat
     73ln -sv gzip /bin/compress
    7274ln -sv gunzip /bin/uncompress</userinput></screen>
    7375
  • BOOK/final-system/common/inetutils.xml

    rd5cf87a3 r773bf1ea  
    4141<screen os="p2"><userinput>patch -Np1 -i ../&inetutils-man_pages-patch;</userinput></screen>
    4242
    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>
    4444
    4545<screen os="p4"><userinput>patch -Np1 -i ../&inetutils-gcc4_fixes-patch;</userinput></screen>
  • BOOK/final-system/common/udev.xml

    rd5cf87a3 r773bf1ea  
    5656    program:</para>
    5757
    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>
    5959
    6060    <para os="f">To test the results, issue:
Note: See TracChangeset for help on using the changeset viewer.