Date: Sun, 17 Sep 2000 23:09:11 -0700 (PDT) From: Kenneth Merry <ken@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/chio chio.1 chio.c Message-ID: <200009180609.XAA66823@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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" <csg@waterspout.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009180609.XAA66823>