From owner-cvs-all Wed Jul 18 20:59: 9 2001 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 CFEE037B403; Wed, 18 Jul 2001 20:59:02 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6J3x2w99866; Wed, 18 Jul 2001 20:59:02 -0700 (PDT) (envelope-from kris) Message-Id: <200107190359.f6J3x2w99866@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 18 Jul 2001 20:59:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/cdcontrol cdcontrol.1 cdcontrol.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2001/07/18 20:59:02 PDT Modified files: (Branch: RELENG_4) usr.sbin/cdcontrol cdcontrol.1 cdcontrol.c Log: MFC: r1.31, r1.32 Add the 'next' and 'prev' commands (aliased to '+' and '-') which skip forward or backward by a specified number of tracks (defaulting to 1). Use strvisx() to display the media catalog in case it contains unprintable characters. Sort includes. Based on two patches submitted by PR, plus style fixes and other changes of my own. Don't complain about deprecated environment variables, like MUSIC_CD, being present in the environment if the user has CDROM defined, or has specified a device on the command line. This avoids users of ports like 'workman' that use these variables getting gratuitous warnings from cdcontrol. Revision Changes Path 1.21.2.8 +16 -4 src/usr.sbin/cdcontrol/cdcontrol.1 1.24.2.7 +73 -17 src/usr.sbin/cdcontrol/cdcontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message