Hi Ralf,

> But again a few questions:
> 
> After updating the link to cvs the tool-scripts work and /packages &
> /updates grow and grow :-)
> 
> But in /updates are only english update-packs? -enu.exe
> 
> Do I just have to delete all the "enu"-Dirs and create instead of them
> "deu"-Dirs?
> 
> Or just changing prepare like this?
> # Default to ENU if nothing passed in as first arg
> if [ ".$1" == "." ]; then WINLANG="DEU"; else WINLANG="$1"; fi
Of course you can change this line, if you want, but "$1" means command
line argument 1, so you could do:
  ./prepare deu
and all will be fine ...

Falko


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to