From trost@cloud.rain.com  Sat Nov 14 13:22:36 1998
Received: from jli.com (jli.com [199.2.111.1])
          by hub.freebsd.org (8.8.8/8.8.8) with SMTP id NAA17217
          for <FreeBSD-gnats-submit@freebsd.org>; Sat, 14 Nov 1998 13:22:35 -0800 (PST)
          (envelope-from trost@cloud.rain.com)
Received: (qmail 24878 invoked by uid 4); 14 Nov 1998 21:22:12 -0000
Received: (qmail 589 invoked by uid 236); 14 Nov 1998 21:21:29 -0000
Message-Id: <19981114212129.588.qmail@grey.cloud.rain.com>
Date: 14 Nov 1998 21:21:29 -0000
From: trost@cloud.rain.com
Reply-To: trost@cloud.rain.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: tcopy not updated for CAM
X-Send-Pr-Version: 3.2

>Number:         8688
>Category:       i386
>Synopsis:       tcopy not updated for CAM
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ken
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 14 13:30:01 PST 1998
>Closed-Date:    Sun Nov 15 16:06:00 PST 1998
>Last-Modified:  Sun Nov 15 16:08:06 PST 1998
>Originator:     Bill Trost
>Release:        FreeBSD 3.0-BETA i386
>Organization:
Trost Computiong
>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"


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ken 
State-Changed-When: Sun Nov 15 16:06:00 PST 1998 
State-Changed-Why:  
The submitted patch hass been applied in revision 1.3 of tcopy/pathnames.h. 
Thanks. 


Responsible-Changed-From-To: freebsd-bugs->ken 
Responsible-Changed-By: ken 
Responsible-Changed-When: Sun Nov 15 16:06:00 PST 1998 
Responsible-Changed-Why:  
I committed the patch. 
>Unformatted:
