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