From owner-cvs-usrbin Mon Oct 27 14:55:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA03226 for cvs-usrbin-outgoing; Mon, 27 Oct 1997 14:55:46 -0800 (PST) (envelope-from owner-cvs-usrbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA03082; Mon, 27 Oct 1997 14:53:44 -0800 (PST) (envelope-from ache@FreeBSD.org) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id OAA27853; Mon, 27 Oct 1997 14:53:35 -0800 (PST) Date: Mon, 27 Oct 1997 14:53:35 -0800 (PST) Message-Id: <199710272253.OAA27853@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/xinstall xinstall.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 1997/10/27 14:53:34 PST Modified files: usr.bin/xinstall xinstall.c Log: 1) Ignore -C with -d, not fail (for $(INSTALL) macro from /etc/make.conf) 2) When uid/gid not specified, not try to set 0:0 owner, just do nothing. It makes possible to use install -d by users without setting their uid:gid each time. 3) Be more specific where install_dir fails Revision Changes Path 1.26 +9 -9 src/usr.bin/xinstall/xinstall.c