From owner-cvs-all Wed Jan 10 11:29: 3 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 4BD5437B402; Wed, 10 Jan 2001 11:28:38 -0800 (PST) Received: (from sos@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AJScE19567; Wed, 10 Jan 2001 11:28:38 -0800 (PST) (envelope-from sos) Message-Id: <200101101928.f0AJScE19567@freefall.freebsd.org> From: Søren Schmidt Date: Wed, 10 Jan 2001 11:28:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/burncd burncd.8 burncd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sos 2001/01/10 11:28:38 PST Modified files: usr.sbin/burncd burncd.8 burncd.c Log: New option -m to select multisession mode. WARNING: until now all disks was closed as multisession disks, this is no longer the case, if the -m option isn't used disks are closed as singlesession. The reason is that some drives wont close a disk with one large image on in multisession mode, probably because it "knows" that a new session wont fit on the media resonably. Also update burncd with new stuff from various places that I've collected and modified to my taste, its actually amasing how many thinks up the same enhancements (none mentioned none forgotten): Allow '-' to be used as filename for using stdin. Add 'l' option to take a list of image files from 'filename' Revision Changes Path 1.10 +27 -13 src/usr.sbin/burncd/burncd.8 1.12 +167 -83 src/usr.sbin/burncd/burncd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message