]> git.pld-linux.org Git - packages/cdrtools.git/blame - cdrtools-config.patch
- updated to 1.11a39 (this is release candidate for upcoming major release)
[packages/cdrtools.git] / cdrtools-config.patch
CommitLineData
d04788f2 1diff -urN cdrtools-1.11.orig/README.ATAPI cdrtools-1.11/README.ATAPI
2--- cdrtools-1.11.orig/README.ATAPI Sun Nov 25 12:37:30 2001
3+++ cdrtools-1.11/README.ATAPI Wed Apr 24 19:56:35 2002
4@@ -406,14 +406,14 @@
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:
21diff -urN cdrtools-1.11.orig/README.linux cdrtools-1.11/README.linux
22--- cdrtools-1.11.orig/README.linux Sun Apr 1 12:08:41 2001
23+++ cdrtools-1.11/README.linux Wed Apr 24 19:56:06 2002
24@@ -169,7 +169,7 @@
25 If dev=0,0,0 does not work but -dev=0,0,0 works you found this
26 incompatibility. This problem is caused by an incompatibility
27 in ctype.h and it seems that there are other compatibility problems
28- e.g. with reading /etc/default/cdrecord.
29+ e.g. with reading /etc/cdrecord.conf
30
31 You cannot copy binaries between different Linux versions,
32 always compile the sources by yourself.
33diff -urN cdrtools-1.11.orig/README.openserver cdrtools-1.11/README.openserver
34--- cdrtools-1.11.orig/README.openserver Tue Jan 25 17:37:48 2000
35+++ cdrtools-1.11/README.openserver Wed Apr 24 19:56:49 2002
36@@ -55,7 +55,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!
45diff -urN cdrtools-1.11.orig/README.unixware cdrtools-1.11/README.unixware
46--- cdrtools-1.11.orig/README.unixware Sun Mar 4 00:41:43 2001
47+++ cdrtools-1.11/README.unixware Wed Apr 24 19:57:01 2002
48@@ -64,7 +64,7 @@
49 ===================================================================
50 THE OLD ADDRESSING IS NO LONGER AVAILABLE!
51
52- PLEASE ADJUST YOUR /etc/default/cdrecord FILES!
53+ PLEASE ADJUST YOUR /etc/cdrecord.conf FILES!
54 ===================================================================
55
56 Running cdrecord with the old address method will result in an error!
57diff -urN cdrtools-1.11.orig/cdrecord/cdrecord.1 cdrtools-1.11/cdrecord/cdrecord.1
58--- cdrtools-1.11.orig/cdrecord/cdrecord.1 Sat Feb 23 21:21:12 2002
59+++ cdrtools-1.11/cdrecord/cdrecord.1 Wed Apr 24 19:59:30 2002
4afbdb0b
AM
60@@ -134,7 +134,7 @@
61 described below.
62
63 .PP
64-If a file /etc/default/cdrecord exists, the parameter to the
65+If a file /etc/cdrecord.conf exists, the parameter to the
66 .B dev=
67 option may also be a drive name label in said file (see FILES section).
68
d04788f2 69@@ -522,7 +522,7 @@
4afbdb0b
AM
70 .B dev=
71 option does not contain the characters ',', '/', '@' or ':',
72 it is interpreted as an label name that may be found in the file
73-/etc/default/cdrecord (see FILES section).
74+/etc/cdrecord.conf (see FILES section).
75 .TP
76 .BI timeout= #
77 Set the default SCSI command timeout value to
d04788f2 78@@ -1145,7 +1145,7 @@
4afbdb0b
AM
79 .TP
80 CDR_DEVICE
81 This may either hold a device identifier that is suitable to the open
82-call of the SCSI transport library or a label in the file /etc/default/cdrecord.
d04788f2 83+call of the SCSI transport library or a label in the file /etc/cdrecord.conf
4afbdb0b
AM
84 .TP
85 CDR_SPEED
86 Sets the default speed value for writing (see also
d04788f2 87@@ -1159,8 +1159,8 @@
4afbdb0b
AM
88
89 .SH FILES
90 .TP
91-/etc/default/cdrecord
92-Default values can be set for the following options in /etc/default/cdrecord.
93+/etc/cdrecord.conf
94+Default values can be set for the following options in /etc/cdrecord.conf
95 For example:
96 .SM CDR_FIFOSIZE=8m
97 or
d04788f2 98@@ -1169,7 +1169,7 @@
4afbdb0b
AM
99 .TP
100 CDR_DEVICE
101 This may either hold a device identifier that is suitable to the open
102-call of the SCSI transport library or a label in the file /etc/default/cdrecord
103+call of the SCSI transport library or a label in the file /etc/cdrecord.conf
104 that allows to identify a specific drive on the system.
105 .TP
106 CDR_SPEED
d04788f2 107diff -urN cdrtools-1.11.orig/cdrecord/cdrecord.dfl cdrtools-1.11/cdrecord/cdrecord.dfl
108--- cdrtools-1.11.orig/cdrecord/cdrecord.dfl Fri Jun 1 06:55:12 2001
109+++ cdrtools-1.11/cdrecord/cdrecord.dfl Wed Apr 24 20:00:44 2002
4afbdb0b 110@@ -1,6 +1,6 @@
d04788f2 111 #ident @(#)cdrecord.dfl 1.3 01/06/01 Copyr 1998 J. Schilling
4afbdb0b
AM
112 #
113-# This file is /etc/default/cdrecord
114+# This file is /etc/cdrecord.conf
115 # It contains defaults that are used if no command line option
116 # or environment is present.
117 #
d04788f2 118diff -urN cdrtools-1.11.orig/cdrecord/defaults.c cdrtools-1.11/cdrecord/defaults.c
119--- cdrtools-1.11.orig/cdrecord/defaults.c Tue Mar 5 23:34:47 2002
120+++ cdrtools-1.11/cdrecord/defaults.c Wed Apr 24 19:57:27 2002
121@@ -53,7 +53,7 @@
122 * don't contribute work and don't give support, they are causing extra
123 * work for me and this way slow down the cdrecord development.
124 */
125- return (defltopen("/etc/default/cdrecord"));
126+ return (defltopen("/etc/cdrecord.conf"));
127 }
128
129 EXPORT void
130diff -urN cdrtools-1.11.orig/doc/cdrecord.man cdrtools-1.11/doc/cdrecord.man
131--- cdrtools-1.11.orig/doc/cdrecord.man Tue Apr 17 00:02:12 2001
132+++ cdrtools-1.11/doc/cdrecord.man Wed Apr 24 20:03:32 2002
4afbdb0b
AM
133@@ -71,7 +71,7 @@
134
135
136
137- If a file /etc/default/cdrecord exists, the parameter to the
138+ If a file /etc/cdrecord.conf exists, the parameter to the
139 d\bd\bd\bde\be\be\bev\bv\bv\bv=\b=\b=\b= option may also be a drive name label in said file (see
140 FILES section).
141
142@@ -386,7 +386,7 @@
143 If the argument to the d\bd\bd\bde\be\be\bev\bv\bv\bv=\b=\b=\b= option does not contain the
144 characters ',', '/', '@' or ':', it is interpreted as
145 an label name that may be found in the file
146- /etc/default/cdrecord (see FILES section).
147+ /etc/cdrecord.conf (see FILES section).
148
149
150
151@@ -930,7 +930,7 @@
152
153
154 suitable to the open call of the SCSI transport library
155- or a label in the file /etc/default/cdrecord.
156+ or a label in the file /etc/cdrecord.conf
157
158 CDR_SPEED
159 Sets the default speed value for writing (see also -\b-\b-\b-
160@@ -942,16 +942,16 @@
161
162
163 F\bF\bF\bFI\bI\bI\bIL\bL\bL\bLE\bE\bE\bES\bS\bS\bS
164- /etc/default/cdrecord
165+ /etc/cdrecord.conf
166 Default values can be set for the following options in
167- /etc/default/cdrecord. For example: CDR_FIFOSIZE=8m
d04788f2 168+ /etc/cdrecord.conf For example: CDR_FIFOSIZE=8m
4afbdb0b
AM
169 or CDR_SPEED=2
170
171 CDR_DEVICE
172 This may either hold a device identifier that is
173 suitable to the open call of the SCSI transport
174 library or a label in the file
175- /etc/default/cdrecord that allows to identify a
176+ /etc/cdrecord.conf that allows to identify a
177 specific drive on the system.
178
179 CDR_SPEED
d04788f2 180diff -urN cdrtools-1.11.orig/doc/cdrecord.ps cdrtools-1.11/doc/cdrecord.ps
181--- cdrtools-1.11.orig/doc/cdrecord.ps Tue Apr 17 00:01:51 2001
182+++ cdrtools-1.11/doc/cdrecord.ps Wed Apr 24 20:04:39 2002
183@@ -509,7 +509,7 @@
184 (cdrecord)1485 4848 w
185 10 R f
186 (described below.)1 684 1 1900 4848 t
187-(If a \256le /etc/default/cdrecord exists, the parameter to the)8 2324 1 1080 5136 t
188+(If a \256le /etc/cdrecord.conf exists, the parameter to the)8 2324 1 1080 5136 t
189 10 B f
190 (dev=)3440 5136 w
191 10 R f
192@@ -1135,7 +1135,7 @@
193 (@)4556 4728 w
194 10 R f
195 ( it is inter-)3 447(' or ':',)2 305 2 4648 4728 t
196-(preted as an label name that may be found in the \256le /etc/default/cdrecord \(see FILES section\).)15 3901 1 1440 4848 t
197+(preted as an label name that may be found in the \256le /etc/cdrecord.conf \(see FILES section\).)15 3901 1 1440 4848 t
198 10 B f
199 (timeout=)1080 5016 w
200 10 S1 f
201@@ -2205,7 +2205,7 @@
202 10 R f
203 (DEVICE)1336 3840 w
204 ( call of the SCSI transport)5 1126(This may either hold a device identi\256er that is suitable to the open)12 2834 2 1440 3960 t
205-(library or a label in the \256le /etc/default/cdrecord.)7 1996 1 1440 4080 t
206+(library or a label in the \256le /etc/cdrecord.conf)7 1996 1 1440 4080 t
207 (CDR)1080 4248 w
208 10 S f
209 (_)1286 4248 w
210@@ -2233,8 +2233,8 @@
211 9 B f
212 (FILES)720 4944 w
213 10 R f
214-(/etc/default/cdrecord)1080 5064 w
215-( example:)1 423( For)1 229( /etc/default/cdrecord.)1 907(Default values can be set for the following options in)9 2401 4 1440 5184 t
216+(/etc/cdrecord.conf)1080 5064 w
217+( example:)1 423( For)1 229( /etc/cdrecord.conf)1 907(Default values can be set for the following options in)9 2401 4 1440 5184 t
218 9 R f
219 (CDR)1440 5304 w
220 9 S f
221@@ -2256,7 +2256,7 @@
222 10 R f
223 (DEVICE)1696 5472 w
224 ( is suitable to the open call of the SCSI)9 1729(This may either hold a device identi\256er that)7 1871 2 1800 5592 t
225-( identify a)2 455(transport library or a label in the \256le /etc/default/cdrecord that allows to)11 3145 2 1800 5712 t
226+( identify a)2 455(transport library or a label in the \256le /etc/cdrecord.conf that allows to)11 3145 2 1800 5712 t
227 (speci\256c drive on the system.)4 1167 1 1800 5832 t
228 (CDR)1440 6000 w
229 10 S f
230diff -urN cdrtools-1.11.orig/doc/readcd.man cdrtools-1.11/doc/readcd.man
231--- cdrtools-1.11.orig/doc/readcd.man Tue Apr 17 00:02:45 2001
232+++ cdrtools-1.11/doc/readcd.man Wed Apr 24 20:04:47 2002
233@@ -102,7 +102,7 @@
234 If the argument to the d\bd\bd\bde\be\be\bev\bv\bv\bv=\b=\b=\b= option does not contain the
235 characters ',', '/', '@' or ':', it is interpreted as
236 an label name that may be found in the file
237- /etc/default/cdrecord (see FILES section).
238+ /etc/cdrecord.conf (see FILES section).
239
240 t\bt\bt\bti\bi\bi\bim\bm\bm\bme\be\be\beo\bo\bo\bou\bu\bu\but\bt\bt\bt=\b=\b=\b=#
241 Set the default SCSI command timeout value to #
242diff -urN cdrtools-1.11.orig/doc/readcd.ps cdrtools-1.11/doc/readcd.ps
243--- cdrtools-1.11.orig/doc/readcd.ps Tue Apr 17 00:03:09 2001
244+++ cdrtools-1.11/doc/readcd.ps Wed Apr 24 20:04:58 2002
245@@ -596,7 +596,7 @@
246 (@)4556 960 w
247 10 R f
248 ( it is inter-)3 447(' or ':',)2 305 2 4648 960 t
249-(preted as an label name that may be found in the \256le /etc/default/cdrecord \(see FILES section\).)15 3901 1 1440 1080 t
250+(preted as an label name that may be found in the \256le /etc/cdrecord.conf \(see FILES section\).)15 3901 1 1440 1080 t
251 10 B f
252 (timeout=)1080 1248 w
253 10 S1 f
254diff -urN cdrtools-1.11.orig/doc/scgcheck.man cdrtools-1.11/doc/scgcheck.man
255--- cdrtools-1.11.orig/doc/scgcheck.man Fri Apr 13 20:16:03 2001
256+++ cdrtools-1.11/doc/scgcheck.man Wed Apr 24 20:05:06 2002
257@@ -102,7 +102,7 @@
258 If the argument to the d\bd\bd\bde\be\be\bev\bv\bv\bv=\b=\b=\b= option does not contain the
259 characters ',', '/', '@' or ':', it is interpreted as
260 an label name that may be found in the file
261- /etc/default/cdrecord (see FILES section).
262+ /etc/cdrecord.conf (see FILES section).
263
264 t\bt\bt\bti\bi\bi\bim\bm\bm\bme\be\be\beo\bo\bo\bou\bu\bu\but\bt\bt\bt=\b=\b=\b=#
265 Set the default SCSI command timeout value to #
266diff -urN cdrtools-1.11.orig/doc/scgcheck.ps cdrtools-1.11/doc/scgcheck.ps
267--- cdrtools-1.11.orig/doc/scgcheck.ps Fri Apr 13 20:17:07 2001
268+++ cdrtools-1.11/doc/scgcheck.ps Wed Apr 24 20:05:17 2002
269@@ -585,7 +585,7 @@
270 (@)4556 1320 w
271 10 R f
272 ( it is inter-)3 447(' or ':',)2 305 2 4648 1320 t
273-(preted as an label name that may be found in the \256le /etc/default/cdrecord \(see FILES section\).)15 3901 1 1440 1440 t
274+(preted as an label name that may be found in the \256le /etc/cdrecord.conf \(see FILES section\).)15 3901 1 1440 1440 t
275 10 B f
276 (timeout=)1080 1608 w
277 10 S1 f
278diff -urN cdrtools-1.11.orig/readcd/readcd.1 cdrtools-1.11/readcd/readcd.1
279--- cdrtools-1.11.orig/readcd/readcd.1 Fri Jan 18 12:38:58 2002
280+++ cdrtools-1.11/readcd/readcd.1 Wed Apr 24 19:57:16 2002
281@@ -175,7 +175,7 @@
282 .B dev=
283 option does not contain the characters ',', '/', '@' or ':',
284 it is interpreted as an label name that may be found in the file
285-/etc/default/cdrecord (see FILES section).
286+/etc/cdrecord.conf (see FILES section).
287 .TP
288 .BI timeout= #
289 Set the default SCSI command timeout value to
290diff -urN cdrtools-1.11.orig/scgcheck/scgcheck.1 cdrtools-1.11/scgcheck/scgcheck.1
291--- cdrtools-1.11.orig/scgcheck/scgcheck.1 Mon Apr 16 23:58:25 2001
292+++ cdrtools-1.11/scgcheck/scgcheck.1 Wed Apr 24 19:58:28 2002
293@@ -170,7 +170,7 @@
294 .B dev=
295 option does not contain the characters ',', '/', '@' or ':',
296 it is interpreted as an label name that may be found in the file
297-/etc/default/cdrecord (see FILES section).
298+/etc/cdrecord.conf (see FILES section).
299 .TP
300 .BI timeout= #
301 Set the default SCSI command timeout value to
This page took 0.109611 seconds and 4 git commands to generate.