This commit is contained in:
kestes%walrus.com 2002-04-27 00:47:33 +00:00
Родитель 59dd480498
Коммит 75a333db80
3 изменённых файлов: 16 добавлений и 8 удалений

Просмотреть файл

@ -6,8 +6,8 @@
# partitions and this will require making directory structure in
# get_filename() less regular then we have defined it here.
# $Revision: 1.5 $
# $Date: 2001/07/20 19:04:54 $
# $Revision: 1.6 $
# $Date: 2002/04/27 00:47:33 $
# $Author: kestes%walrus.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/default_conf/FileStructure.pm,v $
# $Name: $
@ -107,6 +107,9 @@ $GLOBAL_INDEX_FILE = ($TinderConfig::GLOBAL_INDEX_FILE ||
$LOCK_FILE = ($TinderConfig::LOCK_FILE ||
"/usr/apache/cgibin/webtools/tinderbox/tinderd.lock");
$CGIBIN_DIR = ($TINDERBOX_CGIBIN_DIR ||
"/usr/apache/cgibin/webtools/tinderbox");
# the default page for a tree
$DEFAULT_HTML_PAGE = $TinderConfig::DEFAULT_HTML_PAGE || 'index.html';

Просмотреть файл

@ -5,8 +5,8 @@
# customizable settings.
# $Revision: 1.22 $
# $Date: 2002/04/26 22:05:05 $
# $Revision: 1.23 $
# $Date: 2002/04/27 00:47:33 $
# $Author: kestes%walrus.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/default_conf/TinderConfig.pm,v $
# $Name: $
@ -94,6 +94,11 @@ $TINDERBOX_HTML_DIR = "/opt/apache/htdocs/tinderbox2";
#$TINDERBOX_DATA_DIR = "/var/spool/tinderbox";
$TINDERBOX_DATA_DIR = "/export2/tbox2-data";
# The full path name tinderbox will use to access the tinderbox
# cgi scripts.
$TINDERBOX_CGIBIN_DIR = "/opt/tbox/public_html/cgi-bin/";
# The top level tinderbox index file. Change this if you wish to
# provide your own index file for tinderboxs web pages.
@ -258,7 +263,7 @@ $BONSAI_URL = "http://bonsai.mozilla.org/";
# is installed in.
#$BONSAI_DIR = "/home/httpd/cgi-bin/bonsai";
$BONSAI_DIR = "/opt/apache/htdocs/webtools/bonsai/";
$BONSAI_DIR = "/opt/apache/htdocs/webtools/bonsai";
# If you your using BT_Generic we need to know how to make HTML

Просмотреть файл

@ -12,8 +12,8 @@
# the completed string before it is returned.
# $Revision: 1.13 $
# $Date: 2002/04/27 00:31:09 $
# $Revision: 1.14 $
# $Date: 2002/04/27 00:47:30 $
# $Author: kestes%walrus.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/lib/HTMLPopUp.pm,v $
# $Name: $
@ -240,7 +240,7 @@ sub regenerate_HTML_pages {
local $ENV{"QUERY_STRING"} = '';
system(
$FileStructure::URLS{'tinderd'},
$FileStructure::CGIBIN_DIR.'tinder.cgi',
'--daemon-mode',
);