From 7c2d86b4f3a7cce359ec897e148ecebf64c5654d Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Tue, 30 Oct 2001 21:31:00 +0000 Subject: [PATCH] unhardcoding hostname --- tools/tinderbox/build-seamonkey-util.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/tinderbox/build-seamonkey-util.pl b/tools/tinderbox/build-seamonkey-util.pl index 8132d4760a33..02c740c15010 100644 --- a/tools/tinderbox/build-seamonkey-util.pl +++ b/tools/tinderbox/build-seamonkey-util.pl @@ -20,7 +20,7 @@ use File::Basename; # for basename(); use Config; # for $Config{sig_name} and $Config{sig_num} -$::UtilsVersion = '$Revision: 1.77 $ '; +$::UtilsVersion = '$Revision: 1.78 $ '; package TinderUtils; @@ -917,7 +917,7 @@ sub run_all_tests { print_log "phonehome = 1\n"; send_startup_results_to_server($avg_startuptime, $times_string, - "coffee"); + ::hostname()); } }