]> git.pld-linux.org Git - packages/cdrtools.git/blob - cdrtools-config.patch
bb79d67be6fba51594adb1e55bd0622f4aa09581
[packages/cdrtools.git] / cdrtools-config.patch
1 diff -urN cdrtools-1.11.orig/README.ATAPI cdrtools-1.11/README.ATAPI
2 --- cdrtools-1.11.orig/README.ATAPI     Wed Nov 27 12:59:43 2002
3 +++ cdrtools-1.11/README.ATAPI  Wed Nov 27 13:12:13 2002
4 @@ -464,14 +464,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:
21 diff -urN cdrtools-1.11.orig/README.linux cdrtools-1.11/README.linux
22 --- cdrtools-1.11.orig/README.linux     Wed Nov 27 12:59:43 2002
23 +++ cdrtools-1.11/README.linux  Wed Nov 27 13:12:35 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. 
33 diff -urN cdrtools-1.11.orig/README.openserver cdrtools-1.11/README.openserver
34 --- cdrtools-1.11.orig/README.openserver        Wed Nov 27 12:59:43 2002
35 +++ cdrtools-1.11/README.openserver     Wed Nov 27 13:13:13 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!
45 diff -urN cdrtools-1.11.orig/README.unixware cdrtools-1.11/README.unixware
46 --- cdrtools-1.11.orig/README.unixware  Wed Nov 27 12:59:43 2002
47 +++ cdrtools-1.11/README.unixware       Wed Nov 27 13:13:25 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!
57 diff -urN cdrtools-1.11.orig/cdrecord/cdrecord.1 cdrtools-1.11/cdrecord/cdrecord.1
58 --- cdrtools-1.11.orig/cdrecord/cdrecord.1      Wed Nov 27 12:59:44 2002
59 +++ cdrtools-1.11/cdrecord/cdrecord.1   Wed Nov 27 13:15:14 2002
60 @@ -146,7 +146,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  
69 @@ -621,7 +621,7 @@
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 gracetime= #
77  Set the grace time before starting to write to
78 @@ -1357,7 +1357,7 @@
79  .TP
80  .B 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.
83 +call of the SCSI transport library or a label in the file /etc/cdrecord.conf
84  .TP
85  .B CDR_SPEED
86  Sets the default speed value for writing (see also 
87 @@ -1413,8 +1413,8 @@
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
98 @@ -1423,7 +1423,7 @@
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
107 diff -urN cdrtools-1.11.orig/cdrecord/cdrecord.dfl cdrtools-1.11/cdrecord/cdrecord.dfl
108 --- cdrtools-1.11.orig/cdrecord/cdrecord.dfl    Wed Nov 27 12:59:44 2002
109 +++ cdrtools-1.11/cdrecord/cdrecord.dfl Wed Nov 27 13:16:20 2002
110 @@ -1,6 +1,6 @@
111  #ident @(#)cdrecord.dfl        1.4 02/07/07 Copyr 1998 J. Schilling
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  # 
118 @@ -14,7 +14,7 @@
119  # Note that newer cdrecord versions do not default
120  # to speed=1. For MMC compliant drives, the default
121  # is to write at maximum speed, so it in general does
122 -# not make sense to set up a default speed in /etc/default/cdrecord 
123 +# not make sense to set up a default speed in /etc/cdrecord.conf 
124  #
125  #CDR_SPEED=40
126  
127 diff -urN cdrtools-1.11.orig/cdrecord/defaults.c cdrtools-1.11/cdrecord/defaults.c
128 --- cdrtools-1.11.orig/cdrecord/defaults.c      Wed Nov 27 12:59:44 2002
129 +++ cdrtools-1.11/cdrecord/defaults.c   Wed Nov 27 13:16:57 2002
130 @@ -53,7 +53,7 @@
131          * don't contribute work and don't give support, they are causing extra
132          * work for me and this way slow down the cdrecord development.
133          */
134 -       return (defltopen("/etc/default/cdrecord"));
135 +       return (defltopen("/etc/cdrecord.conf"));
136  }
137  
138  EXPORT void
139 diff -urN cdrtools-1.11.orig/doc/cdrecord.man cdrtools-1.11/doc/cdrecord.man
140 --- cdrtools-1.11.orig/doc/cdrecord.man Wed Nov 27 12:59:43 2002
141 +++ cdrtools-1.11/doc/cdrecord.man      Wed Nov 27 13:18:06 2002
142 @@ -67,7 +67,7 @@
143         try the -\b-s\bsc\bca\ban\bnb\bbu\bus\bs option of c\bcd\bdr\bre\bec\bco\bor\brd\bd described below.
144  
145  
146 -       If  a  file /etc/default/cdrecord exists, the parameter to
147 +       If  a  file /etc/cdrecord.conf exists, the parameter to
148         the d\bde\bev\bv=\b= option may also be a drive  name  label  in  said
149         file (see FILES section).
150  
151 @@ -438,7 +438,7 @@
152                If the argument to the d\bde\bev\bv=\b= option does not contain
153                the  characters  ',', '/', '@' or ':', it is inter-
154                preted as an label name that may be  found  in  the
155 -              file /etc/default/cdrecord (see FILES section).
156 +              file /etc/cdrecord.man (see FILES section).
157  
158         g\bgr\bra\bac\bce\bet\bti\bim\bme\be=\b=_\b#
159                Set  the  grace  time before starting to write to _\b#
160 @@ -1053,7 +1053,7 @@
161                This may either hold a device  identifier  that  is
162                suitable  to  the  open  call of the SCSI transport
163                library    or    a    label     in     the     file
164 -              /etc/default/cdrecord.
165 +              /etc/cdrecord.conf
166  
167         C\bCD\bDR\bR_\b_S\bSP\bPE\bEE\bED\bD
168                Sets  the default speed value for writing (see also
169 @@ -1092,16 +1092,16 @@
170  
171  
172  F\bFI\bIL\bLE\bES\bS
173 -       /etc/default/cdrecord
174 +       /etc/cdrecord.conf
175                Default values can be set for the following options
176 -              in /etc/default/cdrecord.  For example:  CDR_FIFOS-
177 +              in /etc/cdrecord.conf  For example:  CDR_FIFOS-
178                IZE=8m or CDR_SPEED=2
179  
180                CDR_DEVICE
181                       This  may  either  hold  a device identifier
182                       that is suitable to the  open  call  of  the
183                       SCSI  transport  library  or  a label in the
184 -                     file /etc/default/cdrecord  that  allows  to
185 +                     file /etc/cdrecord.conf  that  allows  to
186                       identify a specific drive on the system.
187  
188                CDR_SPEED
189 diff -urN cdrtools-1.11.orig/doc/cdrecord.ps cdrtools-1.11/doc/cdrecord.ps
190 --- cdrtools-1.11.orig/doc/cdrecord.ps  Wed Nov 27 12:59:43 2002
191 +++ cdrtools-1.11/doc/cdrecord.ps       Wed Nov 27 13:31:20 2002
192 @@ -290,7 +290,7 @@
193  (,).68 E F3(lun).09 E F0 2.158(should be used, try the)4.658 F F2
194  (\255scanb)4.658 E(us)-.2 E F0 2.158(option of)4.658 F F2(cdr)108 525.6
195  Q(ecord)-.18 E F0(described belo)2.5 E -.65(w.)-.25 G .114
196 -(If a \214le /etc/def)108 554.4 R .114(ault/cdrecord e)-.1 F .115
197 +(If a \214le /etc/cdr)108 554.4 R .114(ecord.conf e)-.1 F .115
198  (xists, the parameter to the)-.15 F F2(de)2.615 E(v=)-.15 E F0 .115
199  (option may also be a dri)2.615 F .415 -.15(ve n)-.25 H .115
200  (ame label in said).15 F(\214le \(see FILES section\).)108 566.4 Q(On)
201 @@ -749,8 +749,8 @@
202  556.8 R 1.047(gument to the)-.18 F F2(de)3.547 E(v=)-.15 E F0 1.047
203  (option does not contain the characters ',)3.547 F 1.047
204  (', '/', '@' or ':', it is inter)-.7 F(-)-.2 E
205 -(preted as an label name that may be found in the \214le /etc/def)144
206 -568.8 Q(ault/cdrecord \(see FILES section\).)-.1 E F2(gracetime=)108
207 +(preted as an label name that may be found in the \214le /etc/cdr)144
208 +568.8 Q(ecord.conf \(see FILES section\).)-.1 E F2(gracetime=)108
209  585.6 Q F1(#).48 E F0(Set the grace time before starting to write to)144
210  597.6 Q F1(#)2.5 E F0 2.5(seconds. V)3.4 F(alues belo)-1.11 E 2.5(w2s)
211  -.25 G(econds are not allo)-2.5 E(wed.)-.25 E F2(timeout=)108 614.4 Q F1
212 @@ -1425,7 +1425,7 @@
213  /F3 10/Times-Bold@0 SF(CDR_DEVICE)108 297.6 Q F0 1.627
214  (This may either hold a de)144 309.6 R 1.628(vice identi\214er that is \
215  suitable to the open call of the SCSI transport)-.25 F
216 -(library or a label in the \214le /etc/def)144 321.6 Q(ault/cdrecord.)
217 +(library or a label in the \214le /etc/cdr)144 321.6 Q(ecord.conf)
218  -.1 E F3(CDR_SPEED)108 338.4 Q F0(Sets the def)144 350.4 Q(ault speed v)
219  -.1 E(alue for writing \(see also)-.25 E F3(\255speed)2.5 E F0
220  (option\).)2.5 E F3(CDR_FIFOSIZE)108 367.2 Q F0(Sets the def)144 379.2 Q
221 @@ -1460,16 +1460,16 @@
222  (ote that the remote SCSI serv)-6.236 F(er)-.15 E .553(program name wil\
223  l be ignored if you log in using an account that has been created with \
224  a remote)144 561.6 R(SCSI serv)144 573.6 Q(er program as login shell.)
225 --.15 E F2(FILES)72 602.4 Q F0(/etc/def)108 614.4 Q(ault/cdrecord)-.1 E
226 +-.15 E F2(FILES)72 602.4 Q F0(/etc/cdr)108 614.4 Q(ecord.conf)-.1 E
227  (Def)144 626.4 Q 3.227(ault v)-.1 F 3.227
228 -(alues can be set for the follo)-.25 F 3.228(wing options in /etc/def)
229 --.25 F 5.728(ault/cdrecord. F)-.1 F 3.228(or e)-.15 F(xample:)-.15 E/F4
230 +(alues can be set for the follo)-.25 F 3.228(wing options in /etc/cdr)
231 +-.25 F 5.728(ecord.conf F)-.1 F 3.228(or e)-.15 F(xample:)-.15 E/F4
232  9/Times-Roman@0 SF(CDR_FIFOSIZE=8m)144 638.4 Q F0(or)2.25 E F4
233  (CDR_SPEED=2)2.5 E F0(CDR_DEVICE)144 655.2 Q .262
234  (This may either hold a de)180 667.2 R .262
235  (vice identi\214er that is suitable to the open call of the SCSI trans-)
236 --.25 F 1.418(port library or a label in the \214le /etc/def)180 679.2 R
237 -1.418(ault/cdrecord that allo)-.1 F 1.418(ws to identify a speci\214c)
238 +-.25 F 1.418(port library or a label in the \214le /etc/cdr)180 679.2 R
239 +1.418(ecord.conf that allo)-.1 F 1.418(ws to identify a speci\214c)
240  -.25 F(dri)180 691.2 Q .3 -.15(ve o)-.25 H 2.5(nt).15 G(he system.)-2.5
241  E(J)72 768 Q -.25(..)-5.5 K(or)-4.5 5.5 M 2.5(gS)-.18 G 143.345
242  (chilling V)-2.5 F(ersion 1.11a35)-1.11 E(12)191.505 E EP
243 diff -urN cdrtools-1.11.orig/doc/readcd.man cdrtools-1.11/doc/readcd.man
244 --- cdrtools-1.11.orig/doc/readcd.man   Wed Nov 27 12:59:43 2002
245 +++ cdrtools-1.11/doc/readcd.man        Wed Nov 27 13:21:04 2002
246 @@ -96,7 +96,7 @@
247                If the argument to the d\bde\bev\bv=\b= option does not contain
248                the  characters  ',', '/', '@' or ':', it is inter-
249                preted as an label name that may be  found  in  the
250 -              file /etc/default/cdrecord (see FILES section).
251 +              file /etc/cdrecord.conf (see FILES section).
252  
253         t\bti\bim\bme\beo\bou\but\bt=\b=_\b#
254                Set  the  default  SCSI  command timeout value to _\b#
255 diff -urN cdrtools-1.11.orig/doc/readcd.ps cdrtools-1.11/doc/readcd.ps
256 --- cdrtools-1.11.orig/doc/readcd.ps    Wed Nov 27 12:59:43 2002
257 +++ cdrtools-1.11/doc/readcd.ps Wed Nov 27 13:29:04 2002
258 @@ -330,8 +330,8 @@
259  120 R 1.046(gument to the)-.18 F F2(de)3.547 E(v=)-.15 E F0 1.047
260  (option does not contain the characters ',)3.547 F 1.047
261  (', '/', '@' or ':', it is inter)-.7 F(-)-.2 E
262 -(preted as an label name that may be found in the \214le /etc/def)144
263 -132 Q(ault/cdrecord \(see FILES section\).)-.1 E F2(timeout=)108 148.8 Q
264 +(preted as an label name that may be found in the \214le /etc/cdr)144
265 +132 Q(ecord.conf \(see FILES section\).)-.1 E F2(timeout=)108 148.8 Q
266  F1(#).48 E F0 .13(Set the def)144 160.8 R .13
267  (ault SCSI command timeout v)-.1 F .13(alue to)-.25 F F1(#)2.63 E F0
268  2.63(seconds. The)3.53 F(def)2.63 E .13(ault SCSI command timeout is)-.1
269 diff -urN cdrtools-1.11.orig/doc/scgcheck.man cdrtools-1.11/doc/scgcheck.man
270 --- cdrtools-1.11.orig/doc/scgcheck.man Wed Nov 27 12:59:43 2002
271 +++ cdrtools-1.11/doc/scgcheck.man      Wed Nov 27 13:21:18 2002
272 @@ -90,7 +90,7 @@
273                If the argument to the d\bde\bev\bv=\b= option does not contain
274                the characters ',', '/', '@' or ':', it  is  inter-
275                preted  as  an  label name that may be found in the
276 -              file /etc/default/cdrecord (see FILES section).
277 +              file /etc/cdrecord.conf (see FILES section).
278  
279         t\bti\bim\bme\beo\bou\but\bt=\b=_\b#
280                Set the default SCSI command  timeout  value  to  _\b#
281 diff -urN cdrtools-1.11.orig/doc/scgcheck.ps cdrtools-1.11/doc/scgcheck.ps
282 --- cdrtools-1.11.orig/doc/scgcheck.ps  Wed Nov 27 12:59:43 2002
283 +++ cdrtools-1.11/doc/scgcheck.ps       Wed Nov 27 13:31:49 2002
284 @@ -317,8 +317,8 @@
285  1.047(gument to the)-.18 F/F1 10/Times-Bold@0 SF(de)3.547 E(v=)-.15 E F0
286  1.047(option does not contain the characters ',)3.547 F 1.047
287  (', '/', '@' or ':', it is inter)-.7 F(-)-.2 E
288 -(preted as an label name that may be found in the \214le /etc/def)144 96
289 -Q(ault/cdrecord \(see FILES section\).)-.1 E F1(timeout=)108 112.8 Q/F2
290 +(preted as an label name that may be found in the \214le /etc/cdr)144 96
291 +Q(ecord.conf \(see FILES section\).)-.1 E F1(timeout=)108 112.8 Q/F2
292  10/Times-Italic@0 SF(#).48 E F0 .13(Set the def)144 124.8 R .13
293  (ault SCSI command timeout v)-.1 F .13(alue to)-.25 F F2(#)2.63 E F0
294  2.63(seconds. The)3.53 F(def)2.63 E .13(ault SCSI command timeout is)-.1
295 diff -urN cdrtools-1.11.orig/readcd/readcd.1 cdrtools-1.11/readcd/readcd.1
296 --- cdrtools-1.11.orig/readcd/readcd.1  Wed Nov 27 12:59:44 2002
297 +++ cdrtools-1.11/readcd/readcd.1       Wed Nov 27 13:22:11 2002
298 @@ -186,7 +186,7 @@
299  .B dev=
300  option does not contain the characters ',', '/', '@' or ':',
301  it is interpreted as an label name that may be found in the file
302 -/etc/default/cdrecord (see FILES section).
303 +/etc/cdrecord.conf (see FILES section).
304  .TP
305  .BI timeout= #
306  Set the default SCSI command timeout value to 
307 diff -urN cdrtools-1.11.orig/scgcheck/scgcheck.1 cdrtools-1.11/scgcheck/scgcheck.1
308 --- cdrtools-1.11.orig/scgcheck/scgcheck.1      Wed Nov 27 12:59:44 2002
309 +++ cdrtools-1.11/scgcheck/scgcheck.1   Wed Nov 27 13:22:46 2002
310 @@ -170,7 +170,7 @@
311  .B dev=
312  option does not contain the characters ',', '/', '@' or ':',
313  it is interpreted as an label name that may be found in the file
314 -/etc/default/cdrecord (see FILES section).
315 +/etc/cdrecord.conf (see FILES section).
316  .TP
317  .BI timeout= #
318  Set the default SCSI command timeout value to 
This page took 0.227517 seconds and 2 git commands to generate.