From owner-cvs-projects@FreeBSD.ORG Wed Dec 31 06:02:16 2003 Return-Path: Delivered-To: cvs-projects@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A91CB16A4CE; Wed, 31 Dec 2003 06:02:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF40F43D2F; Wed, 31 Dec 2003 06:02:15 -0800 (PST) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBVE2F0B096427; Wed, 31 Dec 2003 06:02:15 -0800 (PST) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBVE2F94096420; Wed, 31 Dec 2003 06:02:15 -0800 (PST) (envelope-from mtm) Message-Id: <200312311402.hBVE2F94096420@repoman.freebsd.org> From: Mike Makonnen Date: Wed, 31 Dec 2003 06:02:15 -0800 (PST) To: projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: projects/validate ltpmenu X-BeenThere: cvs-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the projects tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Dec 2003 14:02:16 -0000 mtm 2003/12/31 06:02:15 PST FreeBSD projects repository Modified files: validate ltpmenu Log: o Bash is usually found under /usr/local/bin in FreeBSD o Move the shell invocation to the very first line o Our dialog(1) doesn't seem to have an equivalent of the --backtitle option o When porting linux apps to FreeBSD make is spelled gmake o Our ls(1) does not have an -A option, so pipe its output through grep(1) to achieve the same thing. (phew! that's one less ls(1) bikeshed :-) Revision Changes Path 1.2 +31 -30 projects/validate/ltpmenu