X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=etc%2Fyaz-proxy.sh;h=2b8e8fd4c6db7e309755b3e4b945fcd1a0a97acf;hb=64db1e9c3642304d8c9230dabe6c3eb61a9d5104;hp=14348643c4b5823a3042ee596fc546fcb0e87501;hpb=be307dc5e38d90ffa1596f495d9ec2f2115c6dc4;p=yazpp-moved-to-github.git diff --git a/etc/yaz-proxy.sh b/etc/yaz-proxy.sh index 1434864..2b8e8fd 100755 --- a/etc/yaz-proxy.sh +++ b/etc/yaz-proxy.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: yaz-proxy.sh,v 1.4 2003-11-25 21:54:02 adam Exp $ +# $Id: yaz-proxy.sh,v 1.5 2004-01-07 13:26:16 adam Exp $ # YAZ proxy start/stop init.d script. # PATH=/usr/local/bin:/bin:/usr/bin @@ -7,9 +7,8 @@ export PATH # Proxy CWD is here. Should be writable by it. DIR=/var/yaz-proxy -# Proxy Path (either the actual one, or the keepalive one (for testing) +# Proxy Path DAEMON=/usr/local/bin/yaz-proxy -#DAEMON=/var/yaz-proxy/yaz-proxy-ka.sh # Proxy PIDFILE. Must be writable by it. PIDFILE="/var/run/yaz-proxy.pid"