Changeset 2085aed


Ignore:
Timestamp:
Apr 5, 2007, 5:16:39 PM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
082d982
Parents:
0af6afa
Message:

Typo fix.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/patches.ent

    r0af6afa r2085aed  
    266266
    267267<!ENTITY silo-fixes-patch "silo-&silo-version;-fixes-3.patch">
    268 <!ENTITY silo-fixes-patch-md5 "e5a0ad2cb470ed1c895a731f2316a741">
     268<!ENTITY silo-fixes-patch-md5 "c65334fd6b3b99d824c458d0a3eac9b1">
    269269<!ENTITY silo-fixes-patch-size "668 KB">
    270270
  • patches/silo-1.4.13-fixes-3.patch

    r0af6afa r2085aed  
    8181        echo -n 'SILO'$(IMGVERSION) | $(DD) of=ultra.b bs=8 conv=notrunc seek=3 count=1
    8282-       echo -n -e '\340' | $(DD) of=ultra.b bs=1 count=1 seek=7 conv=notrunc
    83 +       /bin/echo -n -e '\0340' | $(DD) of=ultra.b bs=1 count=1 seek=7 conv=notrunc
     83+       echo -n -e '\0340' | $(DD) of=ultra.b bs=1 count=1 seek=7 conv=notrunc
    8484        $(DD) if=/dev/zero of=ultra.b bs=4 count=1 seek=127
    8585 
Note: See TracChangeset for help on using the changeset viewer.