From owner-cvs-all Sun Sep 17 23: 9:14 2000 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 C7A6037B422; Sun, 17 Sep 2000 23:09:11 -0700 (PDT) Received: (from ken@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA66823; Sun, 17 Sep 2000 23:09:11 -0700 (PDT) (envelope-from ken@FreeBSD.org) Message-Id: <200009180609.XAA66823@freefall.freebsd.org> From: Kenneth Merry Date: Sun, 17 Sep 2000 23:09:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/chio chio.1 chio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ken 2000/09/17 23:09:11 PDT Modified files: bin/chio chio.1 chio.c Log: Add two new features to chio(1): - The ability to specify elements by volume tag instead of their actual physical location. e.g., instead of: chio move slot 3 slot 4 you would now use: chio move voltag FOO slot 4 - The ability to return an element to its previous location, as specified by the source element. e.g., instead of: chio move drive 0 slot 4 you would now use: chio return drive 0 or chio return voltag FOO These features will obviously only work with changers that support volume tags and/or source element IDs. chio(1) should fail gracefully if the user attempts to use these new features and the source element ID or volume tag are not found. PR: bin/21178 Submitted by: "C. Stephen Gunn" Reviewed by: ken Revision Changes Path 1.11 +31 -7 src/bin/chio/chio.1 1.17 +275 -10 src/bin/chio/chio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message