From owner-cvs-sbin Sun Aug 10 07:20:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA22545 for cvs-sbin-outgoing; Sun, 10 Aug 1997 07:20:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA22455; Sun, 10 Aug 1997 07:19:56 -0700 (PDT) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id HAA21251; Sun, 10 Aug 1997 07:19:14 -0700 (PDT) Date: Sun, 10 Aug 1997 07:19:14 -0700 (PDT) Message-Id: <199708101419.HAA21251@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/restore restore.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 1997/08/10 07:19:14 PDT Modified files: sbin/restore restore.c Log: If, in a level N dump, the file with the inode number X is a non-directory file with more than one link to it, but in a level M > N dump, the file with the inode number X is a plain file, "restore", when restoring the level M dump, won't remove all the hard links to the old file. Submitted by: guy@netapp.com (Guy Harris) Revision Changes Path 1.4 +6 -2 src/sbin/restore/restore.c