Just installed freenet on my FreeBSD box and it's fine. Tried to
install on a Solaris-7-x86 box and find the freenet_insert/request
scripts don't work. 

Apparently, "test -L filename" doesn't work, despite what the man page
says:

     -L filename
               True if filename exists and is  a  symbolic  link.
               With  all  other  primitives (except -h filename),
               the symbolic links are followed by default.

Actually, the "-L" option seems quite broken, though other flags work:

cshenton at Samizdat<15> which test
cshrc
/usr/ucb/test

cshenton at Samizdat<16> test -L freenet.log
test: argument expected

cshenton at Samizdat<17> /usr/ucb/test -L freenet.log
test: argument expected

cshenton at Samizdat<18> /usr/ucb/test -s freenet.log
cshenton at Samizdat<19> 

_______________________________________________
Freenet-dev mailing list
Freenet-dev at lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/freenet-dev

Reply via email to