From owner-cvs-all Sun Apr 2 3:17:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5FA7D37BB15; Sun, 2 Apr 2000 03:16:56 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: (from joerg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA77408; Sun, 2 Apr 2000 03:16:45 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Message-Id: <200004021016.DAA77408@freefall.freebsd.org> From: Joerg Wunsch Date: Sun, 2 Apr 2000 03:16:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dump main.c optr.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joerg 2000/04/02 03:16:43 PDT Modified files: sbin/dump main.c optr.c Log: Avoid rawname() stupidly prepending an `r' before the device name even in cases where the supplied name was already pointing to a character special device. This fixes the breakage that occured when trying to dump a filesystem by name (e. g. /usr), with an fstab already mentioning the raw device name (like /dev/rda0g) where dump attempted to use /dev/rrda0g then. Also removed the now obsolete remark that fstab were carrying block special names. Revision Changes Path 1.21 +15 -2 src/sbin/dump/main.c 1.10 +1 -6 src/sbin/dump/optr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message