We need to set LD_ASSUME_KERNEL on Linux 2.6, as well as on redhat etc.
I have some bash code to do this, but for start-freenet.sh it needs to
be cross platform, so I hoped somebody here might be able to help. My
current code is:
#!/bin/bash
if ([ `uname` == 'Linux' ]); then
  echo Linux detected;
    if (uname -r | grep "2\.[6-9]" > /dev/null) ||
       (uname -r | grep "3\." > /dev/null); then
       echo Linux 2.6+ detected;
  fi
fi
-- 
Matthew J Toseland - [EMAIL PROTECTED]
Freenet Project Official Codemonkey - http://freenetproject.org/
ICTHUS - Nothing is impossible. Our Boss says so.

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Devl mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/devl

Reply via email to