Skip site navigation (1)Skip section navigation (2)
Date:      14 Nov 1998 21:21:29 -0000
From:      trost@cloud.rain.com
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   i386/8688: tcopy not updated for CAM
Message-ID:  <19981114212129.588.qmail@grey.cloud.rain.com>

next in thread | raw e-mail | index | archive | help

>Number:         8688
>Category:       i386
>Synopsis:       tcopy not updated for CAM
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 14 13:30:01 PST 1998
>Last-Modified:
>Originator:     Bill Trost
>Organization:
Trost Computiong
>Release:        FreeBSD 3.0-BETA i386
>Environment:

$TAPE must not be set.

>Description:

tcopy tries to access /dev/rst0 when run with no arguments, but, since
CAM, it should be using /dev/rsa0.

>How-To-Repeat:

	

>Fix:
	
--- /usr/src/usr.bin/tcopy/pathnames.h.st0      Sat Nov 14 13:15:23 1998
+++ /usr/src/usr.bin/tcopy/pathnames.h  Sat Nov 14 13:15:34 1998
@@ -33,4 +33,4 @@
  *     @(#)pathnames.h 8.1 (Berkeley) 6/6/93
  */
 
-#define        _PATH_DEFTAPE   "/dev/rst0"
+#define        _PATH_DEFTAPE   "/dev/rsa0"


>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



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