Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Apr 2000 03:16:44 -0700 (PDT)
From:      Joerg Wunsch <joerg@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/dump main.c optr.c
Message-ID:  <200004021016.DAA77408@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004021016.DAA77408>