Changeset 2085aed for patches


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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.