wok rev 18358

icedtea6-jdk: disable currency timebomb
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 15 20:59:32 2015 +0200 (2015-09-15)
parents 593dbe25f7d7
children a5a576b1aaac
files icedtea6-jdk/receipt syslinux/stuff/isolinux.cfg syslinux/stuff/isolinux.msg
line diff
     1.1 --- a/icedtea6-jdk/receipt	Mon Sep 14 22:05:16 2015 +0200
     1.2 +++ b/icedtea6-jdk/receipt	Tue Sep 15 20:59:32 2015 +0200
     1.3 @@ -73,7 +73,9 @@
     1.4  
     1.5  	mem=$(free | awk '/Mem:/ { printf "%d\n",$2/1024 }')
     1.6  	cat > slitaz.sh <<EOT
     1.7 -find -name CurrencyData.properties | xargs sed -i 's/TR=TRL.*/TR=TRY/'
     1.8 +# disable currency timebomb
     1.9 +find -name GenerateCurrencyData.java | xargs sed -i 's|throw new RuntimeException("time is|System.err.println("time is|' 2> /dev/null
    1.10 +find -name CurrencyData.properties | xargs sed -i 's/TR=TRL.*/TR=TRY/' 2> /dev/null
    1.11  # Busybox compatibility
    1.12  #find -name Sanity.gmk | xargs sed -i 's/--sync -kP/-k/' Makefile 
    1.13  find -name Platform.gmk | xargs sed -i "s@MB_OF_MEMORY *:=.*free.*@MB_OF_MEMORY := $mem@" Makefile
     2.1 --- a/syslinux/stuff/isolinux.cfg	Mon Sep 14 22:05:16 2015 +0200
     2.2 +++ b/syslinux/stuff/isolinux.cfg	Tue Sep 15 20:59:32 2015 +0200
     2.3 @@ -3,7 +3,7 @@
     2.4  TIMEOUT 80
     2.5  
     2.6  # Menu settings
     2.7 -MENU TITLE SliTaz GNU/Linux - 5.0-RC3 XXXXXXXX
     2.8 +MENU TITLE SliTaz GNU/Linux - 5.0-RC4 XXXXXXXX
     2.9  MENU BACKGROUND splash.jpg
    2.10  MENU WIDTH 78
    2.11  MENU MARGIN 6
     3.1 --- a/syslinux/stuff/isolinux.msg	Mon Sep 14 22:05:16 2015 +0200
     3.2 +++ b/syslinux/stuff/isolinux.msg	Tue Sep 15 20:59:32 2015 +0200
     3.3 @@ -1,2 +1,2 @@
     3.4  splash.lss
     3.5 -                      SliTaz GNU/Linux (5.0-RC3-XXXXXXXX)
     3.6 +                      SliTaz GNU/Linux (5.0-RC4-XXXXXXXX)