From owner-freebsd-bugs Thu Sep 26 17:14:41 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA29067 for bugs-outgoing; Thu, 26 Sep 1996 17:14:41 -0700 (PDT) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA28974; Thu, 26 Sep 1996 17:14:32 -0700 (PDT) Date: Thu, 26 Sep 1996 17:14:32 -0700 (PDT) From: Wolfram Schneider Message-Id: <199609270014.RAA28974@freefall.freebsd.org> To: Mark.OLear@Colorado.EDU, wosch, freebsd-bugs Subject: Re: bin/1565 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Moving a file to it's link completely removes file State-Changed-From-To: open-analyzed State-Changed-By: wosch State-Changed-When: Thu Sep 26 17:13:11 PDT 1996 State-Changed-Why: This is a general cross-device link problem. mv(1) does not check the target if the source and the target are on different disks. mv(1) should unlink the target before copying if the target is a symbolic link. Bruce?