From owner-cvs-usrbin Tue Oct 28 06:22:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA25440 for cvs-usrbin-outgoing; Tue, 28 Oct 1997 06:22:44 -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 GAA25325; Tue, 28 Oct 1997 06:20:27 -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 GAA03917; Tue, 28 Oct 1997 06:20:12 -0800 (PST) Date: Tue, 28 Oct 1997 06:20:12 -0800 (PST) Message-Id: <199710281420.GAA03917@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/28 06:20:12 PST Modified files: usr.bin/xinstall xinstall.c Log: 1) Create intermediate directories with 755, not 777 2) Exit with error diagnostic if file exists but not a directory (-d) 3) Do chmod independently of chown (-d) Revision Changes Path 1.27 +5 -4 src/usr.bin/xinstall/xinstall.c