Use the waisq in /usr/local/www/bin instead of /usr/local/bin.

This commit is contained in:
John Fieber 1998-02-09 14:35:00 +00:00
parent 23c7623fc0
commit 7fe7414396
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=2413
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@
$server_root = '/usr/local/www';
$waisq = "/usr/local/bin/waisq";
$waisq = "/usr/local/www/bin/waisq";
$sourcepath = "$server_root/db/index";
$hints = "/searchhints.html";
$myurl = $ENV{'SCRIPT_NAME'};

View file

@ -17,7 +17,7 @@
$server_root = '/usr/local/www';
$waisq = "/usr/local/bin/waisq";
$waisq = "/usr/local/www/bin/waisq";
$sourcepath = "$server_root/db/index";
$hints = "/searchhints.html";
$myurl = $ENV{'SCRIPT_NAME'};