From owner-freebsd-current Thu Jun 6 22:41:18 2002 Delivered-To: freebsd-current@freebsd.org Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by hub.freebsd.org (Postfix) with ESMTP id 78B0D37B40C for ; Thu, 6 Jun 2002 22:41:08 -0700 (PDT) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.12.3/8.12.3) with ESMTP id g575f8Rs019874 for ; Thu, 6 Jun 2002 22:41:08 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.12.3/8.12.3/Submit) id g575f82a019873 for freebsd-current@freebsd.org; Thu, 6 Jun 2002 22:41:08 -0700 (PDT) Date: Thu, 6 Jun 2002 22:41:08 -0700 From: Steve Kargl To: freebsd-current@freebsd.org Subject: back out rev. 1.55 of xinstall.c Message-ID: <20020606224108.A19711@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Can someone back out revision 1.55 of xinstall.c? It breaks "make installworld" with the following: ===> share/sendmail install -C -o root -g wheel -m 755 -d /usr/share/sendmail/cf usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner] file1 file2 install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner] file1 ... fileN directory install -d [-v] [-g group] [-m mode] [-o owner] directory ... *** Error code 64 (continuing) `install' not remade because of errors. Note, I have INSTALL set to "install -C" as documented in make.conf(5) and share/examples/etc/defaults/make.conf. If revision 1.55 is to stay, then the documentation should be updated. Also, PR bin/37795 shoudl be closed, and a note added to src/UPDATING for all of us who set INSTALL in make.conf a long time ago. -- Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message