>> ...
>> +  JAVA_ARGS="-mx $((256*1024*1024))"

> That $(()) thing is not standard /bin/sh syntax.  You need to use this
> for full vanilla Bourne shell compatibility:
>
>   JAVA_ARGS="-mx `expr 256 \* 1024 \* 1024`"

ok, thanks for the hint, i hope the rest is in order (especial the 
seednodes.ref thing).

mfg The Bishop

_______________________________________________
support mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support

Reply via email to