From owner-cvs-src@FreeBSD.ORG Fri Oct 10 13:59:52 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C599816A4E1; Fri, 10 Oct 2003 13:59:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4405E43F85; Fri, 10 Oct 2003 13:59:52 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9AKxqXJ025953; Fri, 10 Oct 2003 13:59:52 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9AKxpZa025952; Fri, 10 Oct 2003 13:59:51 -0700 (PDT) (envelope-from des) Message-Id: <200310102059.h9AKxpZa025952@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 10 Oct 2003 13:59:51 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/tinderbox tinderbox.pl X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 20:59:53 -0000 des 2003/10/10 13:59:51 PDT FreeBSD src repository Modified files: tools/tools/tinderbox tinderbox.pl Log: Report the version number and hostname at the top of the log. Allow the user to override the hostname on the command line (for whatever reason). Add a comment to explain why a particular piece of code is commented out. Revision Changes Path 1.23 +8 -1 src/tools/tools/tinderbox/tinderbox.pl