stas 02/03/22 02:45:47 Modified: src/search apache.org-setup.pl Log: fix the path Revision Changes Path 1.2 +1 -1 modperl-docs/src/search/apache.org-setup.pl Index: apache.org-setup.pl =================================================================== RCS file: /home/cvs/modperl-docs/src/search/apache.org-setup.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- apache.org-setup.pl 22 Mar 2002 10:42:04 -0000 1.1 +++ apache.org-setup.pl 22 Mar 2002 10:45:47 -0000 1.2 @@ -8,7 +8,7 @@ # on daedalus (the production server) we cannot modify the config file # so we do it here if ($hostname && $hostname eq 'daedalus.apache.org') { - $ENV{SWISH_BINARY_PATH} = "/usr/local/bin/swish-e"; + $ENV{SWISH_BINARY_PATH} = "/home/stas/bin/swish-e"; }
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]