[Rabbit-proxy-users] ./jr errors Common - FreeBSD
Brought to you by:
ernimril
From: Samuel H. <Sam...@Co...> - 2004-04-23 12:46:28
|
There are some flags used in common that are not correct for FreeBSD. The common file should look like this with freebsd... Just in case someone else has trouble :-) Just removing the -f (or whatever) switches works #------------------------------------------------ #!/bin/sh # set up normal european timezone. TZ=ECT export TZ DOMAIN=`domainname ` HOST=`hostname` # suppress "no such file..." SERV=`ls *.$DOMAIN 2>/dev/null` if [ -f classpath ] then . ./classpath else echo classpath not found. CLASSPATH=. fi #----------------------------------------- |