From 14a263b376d6994d814e4662fcdc39581b00132e Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sun, 11 Apr 2004 14:45:13 +0000 Subject: [PATCH] Use yazproxy instead of yaz-proxy --- etc/yaz-proxy.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/etc/yaz-proxy.sh b/etc/yaz-proxy.sh index 92d7332..c561117 100755 --- a/etc/yaz-proxy.sh +++ b/etc/yaz-proxy.sh @@ -1,20 +1,20 @@ #!/bin/sh -# $Id: yaz-proxy.sh,v 1.1 2004-04-11 11:58:34 adam Exp $ +# $Id: yaz-proxy.sh,v 1.2 2004-04-11 14:45:13 adam Exp $ # YAZ proxy start/stop init.d script. # PATH=/usr/local/bin:/bin:/usr/bin export PATH # Proxy CWD is here. Should be writable by it. -DIR=/var/yaz-proxy +DIR=/var/yazproxy # Proxy Path -DAEMON=/usr/local/bin/yaz-proxy +DAEMON=/usr/local/bin/yazproxy # Proxy PIDFILE. Must be writable by it. -PIDFILE="/var/run/yaz-proxy.pid" +PIDFILE="/var/run/yazproxy.pid" # Log file -LOGFILE=/var/log/yaz-proxy.log +LOGFILE=/var/log/yazproxy.log # Port PORT=9000 @@ -33,7 +33,7 @@ fi #ulimit -n 1050 # Name, Description (not essential) -NAME=yaz-proxy +NAME=yazproxy DESC="YAZ proxy" test -d $DIR || exit 0 -- 1.7.10.4