]> git.pld-linux.org Git - packages/cdrtools.git/blame - cdrtools-config.patch
- updated to a72
[packages/cdrtools.git] / cdrtools-config.patch
CommitLineData
1b3f9668
AM
1diff -ruN cdrtools-2.0-/cdrecord/README.ATAPI cdrtools-2.0/cdrecord/README.ATAPI
2--- cdrtools-2.0-/cdrecord/README.ATAPI Tue Dec 24 17:37:35 2002
3+++ cdrtools-2.0/cdrecord/README.ATAPI Thu Dec 26 18:25:53 2002
313eec6c 4@@ -462,14 +462,14 @@
d04788f2 5 ln -s scd1 cdrw # NOTE: see above, maybe cdrom
6 Check the new SCSI settings:
7 cdrecord -scanbus
8- Setup cdrecord's environment - edit /etc/default/cdrecord:
9+ Setup cdrecord's environment - edit /etc/cdrecord.conf:
10 CDR_DEVICE=cdrw
11 cdrw=1,0,0 4 8m
12 cdrom=1,2,0 0 0m
13 Input the right values, the fields are described in the manpage
14 of cdrecord. Alternatively, you may use this values as
15 cdrecord-parameter or take a frontend with an own configuration
16- scheme, then you don't need to modify /etc/default/cdrecord.
17+ scheme, then you don't need to modify /etc/cdrecord.conf
18 9. It's done! Insert a CD and try "cdrecord -v -toc"
19 /*--------------------------------------------------------------------------*/
20 He had constant buffer underrun problems:
313eec6c 21diff -ruN cdrtools-2.0-/README.openserver cdrtools-2.0/README.openserver
22--- cdrtools-2.0-/README.openserver Tue Jan 25 17:37:48 2000
23+++ cdrtools-2.0/README.openserver Thu Dec 26 18:25:53 2002
d04788f2 24@@ -55,7 +55,7 @@
25 ===================================================================
26 THE OLD ADDRESSING IS NO LONGER AVAILABLE!
27
28- PLEASE ADJUST YOUR /etc/default/cdrecord FILES!
29+ PLEASE ADJUST YOUR /etc/cdrecord.conf FILES!
30 ===================================================================
31
32 Running cdrecord with the old address method will result in an error!
313eec6c 33diff -ruN cdrtools-2.0-/README.unixware cdrtools-2.0/README.unixware
34--- cdrtools-2.0-/README.unixware Sun Mar 4 00:41:43 2001
35+++ cdrtools-2.0/README.unixware Thu Dec 26 18:25:53 2002
d04788f2 36@@ -64,7 +64,7 @@
37 ===================================================================
38 THE OLD ADDRESSING IS NO LONGER AVAILABLE!
39
40- PLEASE ADJUST YOUR /etc/default/cdrecord FILES!
41+ PLEASE ADJUST YOUR /etc/cdrecord.conf FILES!
42 ===================================================================
43
44 Running cdrecord with the old address method will result in an error!
774538c8 45diff -ruN cdrtools-2.0/cdrecord/cdrecord.1.orig cdrtools-2.0/cdrecord/cdrecord.1
46--- cdrtools-2.0/cdrecord/cdrecord.1.orig 2010-01-03 22:32:07.000000000 +0100
47+++ cdrtools-2.0/cdrecord/cdrecord.1 2010-01-05 08:57:54.000000000 +0100
48@@ -71,7 +71,7 @@
49 explained below refers to
50 .IR scsibus / target / lun
51 of the CD/DVD/BluRay-Recorder.
4afbdb0b
AM
52-If a file /etc/default/cdrecord exists, the parameter to the
53+If a file /etc/cdrecord.conf exists, the parameter to the
54 .B dev=
55 option may also be a drive name label in said file (see FILES section).
56
774538c8 57@@ -1199,13 +1199,13 @@
58 option is present,
59 .B cdrecord
60 will try to get a drive specific speed value from the file
61-.B /etc/default/cdrecord
62+.B /etc/cdrecord.conf
63 and if it cannot find one, it will try to get the speed value from the
64 .B CDR_SPEED
65 environment and later from the
66 .B CDR_SPEED=
67 entry in
68-.BR /etc/default/cdrecord .
69+.BR /etc/cdrecord.conf .
70 If no speed value could be found, cdrecord uses a drive specific default speed.
71 The default for all new (MMC compliant) drives is to use the maximum supported by the drive.
72 If you use
73@@ -1499,7 +1499,7 @@
74 .B CDR_DEVICE
75 environment.
76 .sp
77-If a file /etc/default/cdrecord exists, and
78+If a file /etc/cdrecord.conf exists, and
79 if the argument to the
4afbdb0b 80 .B dev=
774538c8 81 option
82@@ -1508,7 +1508,7 @@
83 environment
84 does not contain the characters ',', '/', '@' or ':',
85 it is interpreted as a device label name that was defined in the file
4afbdb0b
AM
86-/etc/default/cdrecord (see FILES section).
87+/etc/cdrecord.conf (see FILES section).
79432cce 88 .sp
774538c8 89 .B \h'-2m'Autotarget Mode
90 .br
91@@ -2152,7 +2152,7 @@
4afbdb0b 92 .TP
af759f49 93 .B CDR_DEVICE
4afbdb0b
AM
94 This may either hold a device identifier that is suitable to the open
95-call of the SCSI transport library or a label in the file /etc/default/cdrecord.
d04788f2 96+call of the SCSI transport library or a label in the file /etc/cdrecord.conf
4afbdb0b 97 .TP
af759f49 98 .B CDR_SPEED
4afbdb0b 99 Sets the default speed value for writing (see also
774538c8 100@@ -2220,8 +2220,11 @@
4afbdb0b
AM
101
102 .SH FILES
103 .TP
3c229056 104-.B /etc/default/cdrecord
4afbdb0b 105-Default values can be set for the following options in /etc/default/cdrecord.
3c229056 106+.B /etc/cdrecord.conf
cd197957
JB
107+Default values can be set for the following options in /etc/cdrecord.conf .
108+Note that this path has been changed from standard location in cdrtools
109+distribution (/etc/default/cdrecord) to be consistent with other packages
110+which don't use /etc/default directory in general.
4afbdb0b
AM
111 For example:
112 .SM CDR_FIFOSIZE=8m
113 or
774538c8 114@@ -2230,7 +2233,7 @@
4afbdb0b
AM
115 .TP
116 CDR_DEVICE
117 This may either hold a device identifier that is suitable to the open
118-call of the SCSI transport library or a label in the file /etc/default/cdrecord
774538c8 119+call of the SCSI transport library or a label in the file /etc/cdrecord.conf
4afbdb0b
AM
120 that allows to identify a specific drive on the system.
121 .TP
122 CDR_SPEED
313eec6c 123diff -ruN cdrtools-2.0-/cdrecord/cdrecord.dfl cdrtools-2.0/cdrecord/cdrecord.dfl
124--- cdrtools-2.0-/cdrecord/cdrecord.dfl Sun Jul 7 23:56:21 2002
125+++ cdrtools-2.0/cdrecord/cdrecord.dfl Thu Dec 26 18:25:53 2002
4afbdb0b 126@@ -1,6 +1,6 @@
af759f49 127 #ident @(#)cdrecord.dfl 1.4 02/07/07 Copyr 1998 J. Schilling
4afbdb0b
AM
128 #
129-# This file is /etc/default/cdrecord
130+# This file is /etc/cdrecord.conf
131 # It contains defaults that are used if no command line option
132 # or environment is present.
133 #
af759f49 134@@ -14,7 +14,7 @@
135 # Note that newer cdrecord versions do not default
136 # to speed=1. For MMC compliant drives, the default
137 # is to write at maximum speed, so it in general does
138-# not make sense to set up a default speed in /etc/default/cdrecord
139+# not make sense to set up a default speed in /etc/cdrecord.conf
140 #
141 #CDR_SPEED=40
142
4d8d8607
AM
143diff -ruN cdrtools-2.0-/libcdrdeflt/cdrdeflt.c cdrtools-2.0/libcdrdeflt/cdrdeflt.c
144--- cdrtools-2.0-/libcdrdeflt/cdrdeflt.c Wed Aug 14 19:52:00 2002
145+++ cdrtools-2.0/libcdrdeflt/cdrdeflt.c Thu Dec 26 18:25:53 2002
d04788f2 146@@ -53,7 +53,7 @@
147 * don't contribute work and don't give support, they are causing extra
148 * work for me and this way slow down the cdrecord development.
149 */
150- return (defltopen("/etc/default/cdrecord"));
151+ return (defltopen("/etc/cdrecord.conf"));
152 }
153
154 EXPORT void
313eec6c 155diff -ruN cdrtools-2.0-/doc/cdrecord.man cdrtools-2.0/doc/cdrecord.man
156--- cdrtools-2.0-/doc/cdrecord.man Tue Dec 24 16:54:52 2002
157+++ cdrtools-2.0/doc/cdrecord.man Thu Dec 26 18:28:09 2002
af759f49 158@@ -67,7 +67,7 @@
159 try the -\b-s\bsc\bca\ban\bnb\bbu\bus\bs option of c\bcd\bdr\bre\bec\bco\bor\brd\bd described below.
4afbdb0b
AM
160
161
af759f49 162- If a file /etc/default/cdrecord exists, the parameter to
163+ If a file /etc/cdrecord.conf exists, the parameter to
164 the d\bde\bev\bv=\b= option may also be a drive name label in said
165 file (see FILES section).
4afbdb0b 166
af759f49 167@@ -438,7 +438,7 @@
168 If the argument to the d\bde\bev\bv=\b= option does not contain
169 the characters ',', '/', '@' or ':', it is inter-
170 preted as an label name that may be found in the
171- file /etc/default/cdrecord (see FILES section).
cf102294 172+ file /etc/cdrecord.conf (see FILES section).
4afbdb0b 173
af759f49 174 g\bgr\bra\bac\bce\bet\bti\bim\bme\be=\b=_\b#
175 Set the grace time before starting to write to _\b#
313eec6c 176@@ -1057,7 +1057,7 @@
177 This may either hold a device identifier that is
178 suitable to the open call of the SCSI transport
179 library or a label in the file
af759f49 180- /etc/default/cdrecord.
181+ /etc/cdrecord.conf
4afbdb0b 182
af759f49 183 C\bCD\bDR\bR_\b_S\bSP\bPE\bEE\bED\bD
313eec6c 184 Sets the default speed value for writing (see also
185@@ -1096,16 +1096,16 @@
4afbdb0b
AM
186
187
af759f49 188 F\bFI\bIL\bLE\bES\bS
189- /etc/default/cdrecord
190+ /etc/cdrecord.conf
191 Default values can be set for the following options
313eec6c 192- in /etc/default/cdrecord. For example: CDR_FIFOS-
193+ in /etc/cdrecord.conf For example: CDR_FIFOS-
af759f49 194 IZE=8m or CDR_SPEED=2
4afbdb0b 195
af759f49 196 CDR_DEVICE
313eec6c 197 This may either hold a device identifier
198 that is suitable to the open call of the
199 SCSI transport library or a label in the
200- file /etc/default/cdrecord that allows to
201+ file /etc/cdrecord.conf that allows to
af759f49 202 identify a specific drive on the system.
4afbdb0b 203
af759f49 204 CDR_SPEED
313eec6c 205diff -ruN cdrtools-2.0-/doc/cdrecord.ps cdrtools-2.0/doc/cdrecord.ps
206--- cdrtools-2.0-/doc/cdrecord.ps Tue Dec 24 16:55:27 2002
207+++ cdrtools-2.0/doc/cdrecord.ps Thu Dec 26 18:26:59 2002
af759f49 208@@ -290,7 +290,7 @@
209 (,).68 E F3(lun).09 E F0 2.158(should be used, try the)4.658 F F2
210 (\255scanb)4.658 E(us)-.2 E F0 2.158(option of)4.658 F F2(cdr)108 525.6
211 Q(ecord)-.18 E F0(described belo)2.5 E -.65(w.)-.25 G .114
212-(If a \214le /etc/def)108 554.4 R .114(ault/cdrecord e)-.1 F .115
213+(If a \214le /etc/cdr)108 554.4 R .114(ecord.conf e)-.1 F .115
214 (xists, the parameter to the)-.15 F F2(de)2.615 E(v=)-.15 E F0 .115
215 (option may also be a dri)2.615 F .415 -.15(ve n)-.25 H .115
216 (ame label in said).15 F(\214le \(see FILES section\).)108 566.4 Q(On)
217@@ -749,8 +749,8 @@
218 556.8 R 1.047(gument to the)-.18 F F2(de)3.547 E(v=)-.15 E F0 1.047
219 (option does not contain the characters ',)3.547 F 1.047
220 (', '/', '@' or ':', it is inter)-.7 F(-)-.2 E
221-(preted as an label name that may be found in the \214le /etc/def)144
222-568.8 Q(ault/cdrecord \(see FILES section\).)-.1 E F2(gracetime=)108
223+(preted as an label name that may be found in the \214le /etc/cdr)144
224+568.8 Q(ecord.conf \(see FILES section\).)-.1 E F2(gracetime=)108
225 585.6 Q F1(#).48 E F0(Set the grace time before starting to write to)144
226 597.6 Q F1(#)2.5 E F0 2.5(seconds. V)3.4 F(alues belo)-1.11 E 2.5(w2s)
227 -.25 G(econds are not allo)-2.5 E(wed.)-.25 E F2(timeout=)108 614.4 Q F1
313eec6c 228@@ -1430,8 +1430,8 @@
229 G(nstead.)-2.5 E/F3 10.95/Times-Bold@0 SF(ENVIR)72 309.6 Q(ONMENT)-.329
230 E F2(CDR_DEVICE)108 321.6 Q F0 1.628(This may either hold a de)144 333.6
231 R 1.628(vice identi\214er that is suitable to the open call of the SCSI\
232- transport)-.25 F(library or a label in the \214le /etc/def)144 345.6 Q
233-(ault/cdrecord.)-.1 E F2(CDR_SPEED)108 362.4 Q F0(Sets the def)144 374.4
234+ transport)-.25 F(library or a label in the \214le /etc/cdr)144 345.6 Q
235+(ecord.conf)-.1 E F2(CDR_SPEED)108 362.4 Q F0(Sets the def)144 374.4
236 Q(ault speed v)-.1 E(alue for writing \(see also)-.25 E F2(\255speed)2.5
237 E F0(option\).)2.5 E F2(CDR_FIFOSIZE)108 391.2 Q F0(Sets the def)144
238 403.2 Q(ault size of the FIFO \(see also)-.1 E F2(fs=)2.5 E F0 2.5(#o)C
239@@ -1465,16 +1465,16 @@
af759f49 240 (ote that the remote SCSI serv)-6.236 F(er)-.15 E .553(program name wil\
241 l be ignored if you log in using an account that has been created with \
313eec6c 242 a remote)144 585.6 R(SCSI serv)144 597.6 Q(er program as login shell.)
243--.15 E F3(FILES)72 626.4 Q F0(/etc/def)108 638.4 Q(ault/cdrecord)-.1 E
244+-.15 E F3(FILES)72 626.4 Q F0(/etc/rec)108 638.4 Q(ecord.conf)-.1 E
245 (Def)144 650.4 Q 3.228(ault v)-.1 F 3.228
246-(alues can be set for the follo)-.25 F 3.227(wing options in /etc/def)
247--.25 F 5.727(ault/cdrecord. F)-.1 F 3.227(or e)-.15 F(xample:)-.15 E/F4
248+(alues can be set for the follo)-.25 F 3.227(wing options in /etc/rec)
249+-.25 F 5.727(ecord.conf F)-.1 F 3.227(or e)-.15 F(xample:)-.15 E/F4
250 9/Times-Roman@0 SF(CDR_FIFOSIZE=8m)144 662.4 Q F0(or)2.25 E F4
251 (CDR_SPEED=2)2.5 E F0(CDR_DEVICE)144 679.2 Q .261
252 (This may either hold a de)180 691.2 R .262
af759f49 253 (vice identi\214er that is suitable to the open call of the SCSI trans-)
313eec6c 254--.25 F 1.418(port library or a label in the \214le /etc/def)180 703.2 R
af759f49 255-1.418(ault/cdrecord that allo)-.1 F 1.418(ws to identify a speci\214c)
313eec6c 256+-.25 F 1.418(port library or a label in the \214le /etc/rec)180 703.2 R
af759f49 257+1.418(ecord.conf that allo)-.1 F 1.418(ws to identify a speci\214c)
313eec6c 258 -.25 F(dri)180 715.2 Q .3 -.15(ve o)-.25 H 2.5(nt).15 G(he system.)-2.5
259 E(J)72 768 Q -.25(..)-5.5 K(or)-4.5 5.5 M 2.5(gS)-.18 G 153.065
260 (chilling V)-2.5 F(ersion 2.0)-1.11 E(12)201.225 E EP
261diff -ruN cdrtools-2.0-/doc/readcd.man cdrtools-2.0/doc/readcd.man
262--- cdrtools-2.0-/doc/readcd.man Tue Dec 24 16:56:07 2002
263+++ cdrtools-2.0/doc/readcd.man Thu Dec 26 18:25:53 2002
af759f49 264@@ -96,7 +96,7 @@
265 If the argument to the d\bde\bev\bv=\b= option does not contain
266 the characters ',', '/', '@' or ':', it is inter-
267 preted as an label name that may be found in the
268- file /etc/default/cdrecord (see FILES section).
269+ file /etc/cdrecord.conf (see FILES section).
d04788f2 270
af759f49 271 t\bti\bim\bme\beo\bou\but\bt=\b=_\b#
272 Set the default SCSI command timeout value to _\b#
313eec6c 273diff -ruN cdrtools-2.0-/doc/readcd.ps cdrtools-2.0/doc/readcd.ps
274--- cdrtools-2.0-/doc/readcd.ps Tue Dec 24 16:56:28 2002
275+++ cdrtools-2.0/doc/readcd.ps Thu Dec 26 18:25:53 2002
af759f49 276@@ -330,8 +330,8 @@
277 120 R 1.046(gument to the)-.18 F F2(de)3.547 E(v=)-.15 E F0 1.047
278 (option does not contain the characters ',)3.547 F 1.047
279 (', '/', '@' or ':', it is inter)-.7 F(-)-.2 E
280-(preted as an label name that may be found in the \214le /etc/def)144
281-132 Q(ault/cdrecord \(see FILES section\).)-.1 E F2(timeout=)108 148.8 Q
282+(preted as an label name that may be found in the \214le /etc/cdr)144
283+132 Q(ecord.conf \(see FILES section\).)-.1 E F2(timeout=)108 148.8 Q
284 F1(#).48 E F0 .13(Set the def)144 160.8 R .13
285 (ault SCSI command timeout v)-.1 F .13(alue to)-.25 F F1(#)2.63 E F0
286 2.63(seconds. The)3.53 F(def)2.63 E .13(ault SCSI command timeout is)-.1
313eec6c 287diff -ruN cdrtools-2.0-/doc/scgcheck.man cdrtools-2.0/doc/scgcheck.man
288--- cdrtools-2.0-/doc/scgcheck.man Tue Dec 24 16:56:55 2002
289+++ cdrtools-2.0/doc/scgcheck.man Thu Dec 26 18:25:53 2002
af759f49 290@@ -90,7 +90,7 @@
291 If the argument to the d\bde\bev\bv=\b= option does not contain
292 the characters ',', '/', '@' or ':', it is inter-
293 preted as an label name that may be found in the
294- file /etc/default/cdrecord (see FILES section).
295+ file /etc/cdrecord.conf (see FILES section).
d04788f2 296
af759f49 297 t\bti\bim\bme\beo\bou\but\bt=\b=_\b#
298 Set the default SCSI command timeout value to _\b#
313eec6c 299diff -ruN cdrtools-2.0-/doc/scgcheck.ps cdrtools-2.0/doc/scgcheck.ps
300--- cdrtools-2.0-/doc/scgcheck.ps Tue Dec 24 16:57:15 2002
301+++ cdrtools-2.0/doc/scgcheck.ps Thu Dec 26 18:25:53 2002
af759f49 302@@ -317,8 +317,8 @@
303 1.047(gument to the)-.18 F/F1 10/Times-Bold@0 SF(de)3.547 E(v=)-.15 E F0
304 1.047(option does not contain the characters ',)3.547 F 1.047
305 (', '/', '@' or ':', it is inter)-.7 F(-)-.2 E
306-(preted as an label name that may be found in the \214le /etc/def)144 96
307-Q(ault/cdrecord \(see FILES section\).)-.1 E F1(timeout=)108 112.8 Q/F2
308+(preted as an label name that may be found in the \214le /etc/cdr)144 96
309+Q(ecord.conf \(see FILES section\).)-.1 E F1(timeout=)108 112.8 Q/F2
310 10/Times-Italic@0 SF(#).48 E F0 .13(Set the def)144 124.8 R .13
311 (ault SCSI command timeout v)-.1 F .13(alue to)-.25 F F2(#)2.63 E F0
312 2.63(seconds. The)3.53 F(def)2.63 E .13(ault SCSI command timeout is)-.1
774538c8 313diff -ruN cdrtools-2.0/readcd/readcd.1.orig cdrtools-2.0/readcd/readcd.1
314--- cdrtools-2.0/readcd/readcd.1.orig 2009-12-06 23:02:40.000000000 +0100
315+++ cdrtools-2.0/readcd/readcd.1 2010-01-05 09:05:53.000000000 +0100
316@@ -64,7 +64,7 @@
317 explained below refers to
318 .IR scsibus / target / lun
319 of the CD/DVD/BluRay-Recorder.
320-If a file /etc/default/cdrecord exists, the parameter to the
321+If a file /etc/cdrecord.conf exists, the parameter to the
d04788f2 322 .B dev=
774538c8 323 option may also be a drive name label in said file (see FILES section).
324
325@@ -440,7 +440,7 @@
326 .B CDR_DEVICE
327 environment.
79432cce 328 .sp
774538c8 329-If a file /etc/default/cdrecord exists, and
330+If a file /etc/cdrecord.conf exists, and
331 if the argument to the
d04788f2 332 .B dev=
774538c8 333 option
334@@ -449,7 +449,7 @@
335 environment
336 does not contain the characters ',', '/', '@' or ':',
337 it is interpreted as a device label name that was defined in the file
d04788f2 338-/etc/default/cdrecord (see FILES section).
339+/etc/cdrecord.conf (see FILES section).
774538c8 340 .sp
341 .B \h'-2m'Autotarget Mode
3c229056 342 .br
This page took 0.100268 seconds and 4 git commands to generate.