From owner-cvs-all Sat Sep 22 11: 7:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C90A637B40D; Sat, 22 Sep 2001 11:07:47 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8MI7lg92159; Sat, 22 Sep 2001 11:07:47 -0700 (PDT) (envelope-from murray) Message-Id: <200109221807.f8MI7lg92159@freefall.freebsd.org> From: Murray Stokely Date: Sat, 22 Sep 2001 11:07:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall termcap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2001/09/22 11:07:47 PDT Modified files: usr.sbin/sysinstall termcap.c Log: Use the isDebug() function rather than making up a new environment variable to check for debug functionality. Previously, you had to set both 'debug' and 'SYSINSTALL_DEBUG' to get a log of sysinstall's activities. Now, only 'debug' is necessary. Revision Changes Path 1.30 +2 -2 src/usr.sbin/sysinstall/termcap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message