X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=etc%2Fyaz-proxy.sh;fp=etc%2Fyaz-proxy.sh;h=2b8e8fd4c6db7e309755b3e4b945fcd1a0a97acf;hb=bdb2d883c30acafdc7ab73753015b24c948af810;hp=14348643c4b5823a3042ee596fc546fcb0e87501;hpb=91448f60da6e5c83dab8e8acb5ae71819c1bfb3a;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"