From owner-cvs-all Sun Dec 31 12:30: 0 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 31 12:29:57 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6ABEF37B400; Sun, 31 Dec 2000 12:29:57 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBVKTvB02408; Sun, 31 Dec 2000 12:29:57 -0800 (PST) (envelope-from mjacob) Message-Id: <200012312029.eBVKTvB02408@freefall.freebsd.org> From: Matt Jacob Date: Sun, 31 Dec 2000 12:29:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mtio.h src/usr.bin/mt mt.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/12/31 12:29:57 PST Modified files: sys/sys mtio.h usr.bin/mt mt.1 Log: Oops, I'm such an idiot. For reasons I don't really agree with, all devices are by default known by their 'cooked' name, so my change was wrong. I thought it was a hangover from old 'block tape device' support which hasn't worked (if it ever did) since v6/PWB. So, the default tape name is now the same as Linux. Far out, man.... Revision Changes Path 1.23 +2 -2 src/sys/sys/mtio.h 1.26 +2 -2 src/usr.bin/mt/mt.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message