Subject: PR/32589 CVS commit: src/usr.bin/xinstall
To: None <daniel@NetBSD.org, gnats-admin@netbsd.org,>
From: Daniel de Kok <daniel@netbsd.org>
List: netbsd-bugs
Date: 09/25/2006 13:25:03
The following reply was made to PR bin/32589; it has been noted by GNATS.

From: Daniel de Kok <daniel@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/32589 CVS commit: src/usr.bin/xinstall
Date: Mon, 25 Sep 2006 13:21:19 +0000 (UTC)

 Module Name:	src
 Committed By:	daniel
 Date:		Mon Sep 25 13:21:19 UTC 2006
 
 Modified Files:
 	src/usr.bin/xinstall: xinstall.c
 
 Log Message:
 PR/32589: install -d ignores existing non-directories (joerg@netbsd.org)
 
 Raise an error if an argument to 'install -d' exists as a non-directory,
 as suggested by joerg@ (and acked by some developers on #netbsd-code).
 With this change behavior is equal in this respect to FreeBSD and
 DragonFly.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.96 -r1.97 src/usr.bin/xinstall/xinstall.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.