From owner-cvs-sys Fri Sep 8 18:44:02 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA22773 for cvs-sys-outgoing; Fri, 8 Sep 1995 18:44:02 -0700 Received: (from julian@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA22757 ; Fri, 8 Sep 1995 18:43:51 -0700 Date: Fri, 8 Sep 1995 18:43:51 -0700 From: Julian Elischer Message-Id: <199509090143.SAA22757@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/ufs/ufs ufs_vnops.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk julian 95/09/08 18:43:51 Modified: sys/ufs/ufs ufs_vnops.c Log: Obtained from:4.4lite2 fix a change where a shortcut resulted in teh wrong answer.. e.g. touch a touch b mv a b resulted in b being removed and a being moved to b in the shortcut.. touch a ln a b mv a b the wrong link was removed.. leaving a instead of b, giving a different result to when both files were separate.