From owner-freebsd-bugs  Sat Nov 14 13:29:58 1998
Return-Path: <owner-freebsd-bugs@FreeBSD.ORG>
Received: (from majordom@localhost)
          by hub.freebsd.org (8.8.8/8.8.8) id NAA17537
          for freebsd-bugs-outgoing; Sat, 14 Nov 1998 13:29:58 -0800 (PST)
          (envelope-from owner-freebsd-bugs@FreeBSD.ORG)
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA17529
          for <freebsd-bugs@FreeBSD.org>; Sat, 14 Nov 1998 13:29:57 -0800 (PST)
          (envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.8.8/8.8.5) id NAA21615;
	Sat, 14 Nov 1998 13:30:01 -0800 (PST)
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
X-Send-Pr-Version: 3.2
Subject: i386/8688: tcopy not updated for CAM
Sender: owner-freebsd-bugs@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>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