Use AM_LDFLAGS instead of LDFLAGS
[yazpp-moved-to-github.git] / etc / yaz-proxy.sh
index fa6e0f0..2b8e8fd 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $Id: yaz-proxy.sh,v 1.3 2003-10-24 11:19:54 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"