From owner-cvs-src@FreeBSD.ORG Fri Jul 11 13:51:18 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 01C2137B401; Fri, 11 Jul 2003 13:51:18 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7676D43FAF; Fri, 11 Jul 2003 13:51:17 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6BKpH0U066907; Fri, 11 Jul 2003 13:51:17 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6BKpGoC066906; Fri, 11 Jul 2003 13:51:16 -0700 (PDT) Message-Id: <200307112051.h6BKpGoC066906@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 11 Jul 2003 13:51:16 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/xinstall xinstall.c 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, 11 Jul 2003 20:51:18 -0000 phk 2003/07/11 13:51:16 PDT FreeBSD src repository Modified files: usr.bin/xinstall xinstall.c Log: Since (x)install is pretty unhelpfull and just spits out a Usage for a lot of unrelated error conditions, at least report the line number where it bailed. Don't use multiline string literals for Usage, gcc 3.3 doesn't like them. Revision Changes Path 1.62 +13 -12 src/usr.bin/xinstall/xinstall.c