# HG changeset patch # User Pascal Bellard # Date 1345997011 -7200 # Node ID 288cb68b9302a25292e51fd880f3088f16e2e3a5 # Parent e76c37f7bfe60564e27112bfcd6565e99201d836 Up slitaz-boot-scripts (5.2) diff -r e76c37f7bfe6 -r 288cb68b9302 memtest/stuff/pack --- a/memtest/stuff/pack Sun Aug 26 11:33:29 2012 +0200 +++ b/memtest/stuff/pack Sun Aug 26 18:03:31 2012 +0200 @@ -5,8 +5,8 @@ $(gzip -9 < $bin | uuencode -m -) EOT EOM - getip=0x$(grep getip ${bin/.bin/.lst} | sed '$!d;s/.*t:\([^ ]*\).*/\1/') - sed -i "s/XXX/$((515+$getip))/" $0 + getip=$(grep -s getip ${bin/.bin/.lst}|sed '$!d;s/.*t:\([^ ]*\).*/\1/') + sed -i "s/XXX/$((515+0x${getip:-5}))/" $0 sed -i '/--build/,/^fi/d' $0 exit fi diff -r e76c37f7bfe6 -r 288cb68b9302 slitaz-boot-scripts/receipt --- a/slitaz-boot-scripts/receipt Sun Aug 26 11:33:29 2012 +0200 +++ b/slitaz-boot-scripts/receipt Sun Aug 26 18:03:31 2012 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="slitaz-boot-scripts" -VERSION="5.1" +VERSION="5.2" CATEGORY="base-system" SHORT_DESC="Provide all the initialisation scripts used at boot time." MAINTAINER="pankso@slitaz.org"