From 049c49cae599353e2bce091b65a299160b23026f Mon Sep 17 00:00:00 2001 From: "kestes%walrus.com" Date: Mon, 13 Aug 2001 20:11:55 +0000 Subject: [PATCH] fix a typo. Try to auto update the status page when admin functions are performed. git-svn-id: svn://10.0.0.236/trunk@100939 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/tinderbox2/src/bin/admintree.cgi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mozilla/webtools/tinderbox2/src/bin/admintree.cgi b/mozilla/webtools/tinderbox2/src/bin/admintree.cgi index 2dfbb2e952d..f337b75b5c8 100755 --- a/mozilla/webtools/tinderbox2/src/bin/admintree.cgi +++ b/mozilla/webtools/tinderbox2/src/bin/admintree.cgi @@ -7,8 +7,8 @@ # columns from being shown on the default pages. -# $Revision: 1.15 $ -# $Date: 2001-07-20 19:04:47 $ +# $Revision: 1.16 $ +# $Date: 2001-08-13 20:11:55 $ # $Author: kestes%walrus.com $ # $Source: /home/befator/cvs/jail/cvsroot/mozilla/webtools/tinderbox2/src/bin/admintree.cgi,v $ # $Name: not supported by cvs2svn $ @@ -531,7 +531,7 @@ sub make_all_changes { push @results, change_ignore_builds(); push @results, change_motd(); push @results, ("Check changes are correct on the status page, ". - "different administrators can cange ". + "different administrators can change ". "the settings at the same time."); # I believe this will work, it is too hard to get the full @@ -539,7 +539,7 @@ sub make_all_changes { # may play strange games with our ARGV and prevent us from # updating the state. -# system( (basename($0).'tinder.cgi'), '--daemon-mode' ); + system( (basename($0).'/tinder.cgi'), '--daemon-mode' ); } else { push @results, "No changes attempted due to security issues."; }