# HG changeset patch # User Pascal Bellard # Date 1281524140 -7200 # Node ID 029092db0791b75ee44bad1bee072ef9e8b95b2a # Parent 75dd5efa31059e71b94ee0c49d3c7aae0b68d35c busybox*: typo diff -r 75dd5efa3105 -r 029092db0791 busybox-pam/receipt --- a/busybox-pam/receipt Wed Aug 11 12:39:49 2010 +0200 +++ b/busybox-pam/receipt Wed Aug 11 12:55:40 2010 +0200 @@ -127,5 +127,5 @@ mv $1$i-busybox-install $1$i done < $1$INSTALLED/$PACKAGE/files.list chmod 4755 $1/bin/busybox - sed -i "s@vcsa2txt.*\$@busybox conspy -d | sed 's/ *\$//;/^\$/d;/^Processi\|^.witchi/,\$!d' > /var/log/boot.log@" $1/etc/init.d/rcS + sed -i "s@vcsa2txt.*\$@busybox conspy -d | sed 's/ *\$//;/^\$/d;/^Processi\\\\|^.witchi/,\$!d' > /var/log/boot.log@" $1/etc/init.d/rcS } diff -r 75dd5efa3105 -r 029092db0791 busybox/receipt --- a/busybox/receipt Wed Aug 11 12:39:49 2010 +0200 +++ b/busybox/receipt Wed Aug 11 12:55:40 2010 +0200 @@ -117,5 +117,5 @@ mv $1$i-busybox-install $1$i done < $1$INSTALLED/$PACKAGE/files.list chmod 4755 $1/bin/busybox - sed -i "s@vcsa2txt.*\$@busybox conspy -d | sed 's/ *\$//;/^\$/d;/^Processi\|^.witchi/,\$!d' > /var/log/boot.log@" $1/etc/init.d/rcS + sed -i "s@vcsa2txt.*\$@busybox conspy -d | sed 's/ *\$//;/^\$/d;/^Processi\\\\|^.witchi/,\$!d' > /var/log/boot.log@" $1/etc/init.d/rcS }