[Debburn-changes] r509 - in cdrkit/trunk: debian wodim
Eduard Bloch
blade at alioth.debian.org
Tue Nov 28 11:11:51 CET 2006
Author: blade
Date: 2006-11-28 11:11:51 +0100 (Tue, 28 Nov 2006)
New Revision: 509
Modified:
cdrkit/trunk/debian/changelog
cdrkit/trunk/wodim/wodim.dfl
Log:
wodim.dfl typo fixes and a config cleanup, also added CDR_MAXFIFOSIZE
Modified: cdrkit/trunk/debian/changelog
===================================================================
--- cdrkit/trunk/debian/changelog 2006-11-28 00:16:24 UTC (rev 508)
+++ cdrkit/trunk/debian/changelog 2006-11-28 10:11:51 UTC (rev 509)
@@ -1,8 +1,9 @@
cdrkit (9:1.1.1-1) unstable; urgency=low
* Development snapshot
+ + wodim.dfl updates (closes: #398357)
* epoch increased to work around buggy packages installed by harddisk
- installtion from old Knoppix versions
+ installtion from old Knoppix versions (closes: #396599, #399995)
-- Eduard Bloch <blade at debian.org> Mon, 20 Nov 2006 23:40:19 +0100
Modified: cdrkit/trunk/wodim/wodim.dfl
===================================================================
--- cdrkit/trunk/wodim/wodim.dfl 2006-11-28 00:16:24 UTC (rev 508)
+++ cdrkit/trunk/wodim/wodim.dfl 2006-11-28 10:11:51 UTC (rev 509)
@@ -1,50 +1,48 @@
-#ident @(#)wodim.dfl 1.5 06/22/06 Copyr 2006 E. Bloch
+# wodim.dfl Copyright 2006 E. Bloch
+# Based on cdrecord.dfl (Copyright 1998 J. Schilling)
#
# This file is /etc/wodim.conf
-#
-#ident @(#)cdrecord.dfl 1.5 05/08/09 Copyr 1998 J. Schilling
-#
-# This file is /etc/default/cdrecord
# It contains defaults that are used if no command line option
# or environment is present.
#
-# The default device, if not specified elswhere
+# The default device, if not specified elsewhere.
#
#CDR_DEVICE=yamaha
CDR_DEVICE=cdrom
#
-# The default speed, if not specified elswhere
+# The default speed, if not specified elswhere.
#
-# Note that newer cdrecord versions do not default
-# to speed=1. For MMC compliant drives, the default
-# is to write at maximum speed, so it in general does
-# not make sense to set up a default speed in /etc/wodim.conf
+# For MMC compliant drives, the default is to write at maximum speed, so it in
+# general does not make sense to set up a default speed in /etc/wodim.conf.
#
#CDR_SPEED=40
#
-# The default FIFO size if, not specified elswhere
+# The default FIFO size if, not specified elswhere.
#
#CDR_FIFOSIZE=16m
#
-# The following definitions allow abstract device names.
-# They are used if the device name does not contain the
-# the characters ',', ':', '/' and '@'
+# CDR_MAXFIFOSIZE can limit the maximum allowed FIFO size. This is useful to
+# not let mallicious users allocate too much system memory if no ulimit is set
+# or wodim runs with suid-root permissions.
#
-# Unless you have a good reason, use speed == -1 and let
-# wodim use it's internal drive specific defaults.
+# CDR_MAXFIFOSIZE=256m
+
#
+# The following definitions allow abstract device names. They are used if the
+# device name does not contain the the characters ',', ':', '/' and '@'
+#
+# Unless you have a good reason, use speed == -1 and let wodim use its internal
+# drive specific defaults.
+#
# drive name device speed fifosize driveropts
#
#default= USCSI:1,0,0 -1 -1 burnfree
-#ricoh-u= USCSI:0,2,0 -1 -1 burnfree
-#teac= 1,3,0 -1 -1 ""
-#panasonic= 1,4,0 -1 -1 ""
-#plextor= 1,4,0 -1 -1 ""
#sanyo= 1,4,0 -1 -1 burnfree
-#yamaha= 1,5,0 -1 -1 ""
#cdrom= 0,6,0 2 1m ""
#remote= REMOTE:rscsi at somehost:1,0,0 16 16m burnfree
+#
cdrom= /dev/cdrw -1 -1 burnfree
+
More information about the Debburn-changes
mailing list