From owner-cvs-src@FreeBSD.ORG Fri Feb 6 03:00:15 2004 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 E064E16A4CE; Fri, 6 Feb 2004 03:00:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0549643D39; Fri, 6 Feb 2004 03:00:14 -0800 (PST) (envelope-from ru@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 i16B0D0B057227; Fri, 6 Feb 2004 03:00:13 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i16B0DOL057226; Fri, 6 Feb 2004 03:00:13 -0800 (PST) (envelope-from ru) Message-Id: <200402061100.i16B0DOL057226@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 6 Feb 2004 03:00:13 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools install.sh 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, 06 Feb 2004 11:00:16 -0000 ru 2004/02/06 03:00:13 PST FreeBSD src repository Modified files: tools install.sh Log: From what I can tell, install.sh supported all of the install(1) options since revision 1.2, so removed the XXX comment now. Fixed bogus test(1) expression that would be evaluated as a null string test if script is run without arguments, compacted option lists. Revision Changes Path 1.6 +3 -4 src/tools/install.sh