From 41169f22387cdcdbf9278101f360d2680626acae Mon Sep 17 00:00:00 2001 From: slef Date: Wed, 5 Nov 2003 23:33:45 +0000 Subject: [PATCH] Now figures out what directory the scripts are in --- z3950/z3950-daemon-launch.sh | 5 ++++- z3950/z3950-daemon-shell.sh | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/z3950/z3950-daemon-launch.sh b/z3950/z3950-daemon-launch.sh index 22496364bd..ad2f81f4ab 100755 --- a/z3950/z3950-daemon-launch.sh +++ b/z3950/z3950-daemon-launch.sh @@ -14,7 +14,7 @@ # Needs SysV-type start/stop options #---------------------------- -. z3950-daemon-options +. $(dirname $0)/z3950-daemon-options export KohaZ3950Dir #---------------------------- @@ -38,6 +38,9 @@ exit #-------------- # $Log$ +# Revision 1.4 2003/11/05 23:33:45 slef +# Now figures out what directory the scripts are in +# # Revision 1.3 2003/10/06 09:10:39 slef # Removing config info from z3950*sh and using C4::Context in processz3950queue (Fixed bug 39) # diff --git a/z3950/z3950-daemon-shell.sh b/z3950/z3950-daemon-shell.sh index 14fca20ebb..519fe80686 100755 --- a/z3950/z3950-daemon-shell.sh +++ b/z3950/z3950-daemon-shell.sh @@ -12,7 +12,7 @@ # Call z3950-daemon-launch.sh instead #---------------------------- -. z3950-daemon-options +. $(dirname $0)/z3950-daemon-options #---------------------------- LOGFILE=$LogDir/z3950-daemon-`date +%Y%m%d-%H%M`.log @@ -41,6 +41,9 @@ exec $KohaZ3950Script $LogDir >>$LOGFILE 2>&1 #------------------- # $Log$ +# Revision 1.5 2003/11/05 23:33:45 slef +# Now figures out what directory the scripts are in +# # Revision 1.4 2003/10/20 19:16:50 slef # Work on install bugs (see bug 632) # -- 2.39.2