From owner-cvs-usrsbin Sun Jan 25 17:01:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA08491 for cvs-usrsbin-outgoing; Sun, 25 Jan 1998 17:01:11 -0800 (PST) (envelope-from owner-cvs-usrsbin) 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 QAA08054; Sun, 25 Jan 1998 16:58:29 -0800 (PST) (envelope-from jmz@FreeBSD.org) From: Jean-Marc Zucconi Received: (from jmz@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA20470; Sun, 25 Jan 1998 16:57:55 -0800 (PST) Date: Sun, 25 Jan 1998 16:57:55 -0800 (PST) Message-Id: <199801260057.QAA20470@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/cdcontrol cdcontrol.1 cdcontrol.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jmz 1998/01/25 16:57:55 PST Modified files: usr.sbin/cdcontrol cdcontrol.1 cdcontrol.c Log: The status command prints the audio position, the media catalog and the volume value for the disc. It is now possible to specify additional arguments (audio, volume, media) to print only a subset of the full status. This is particularly useful with drives which stop playing when asked to return the catalog number. Revision Changes Path 1.15 +10 -2 src/usr.sbin/cdcontrol/cdcontrol.1 1.17 +51 -27 src/usr.sbin/cdcontrol/cdcontrol.c