Waisq lives in /usr/local/bin now.

This commit is contained in:
John Fieber 1998-01-17 05:07:53 +00:00
parent 98bf5c506d
commit 5f75a31d38
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=2367
2 changed files with 2 additions and 2 deletions

View file

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