]> git.pld-linux.org Git - packages/cdrtools.git/blob - cdrtools-config.patch
- added official mkisofs fix release for 3.01
[packages/cdrtools.git] / cdrtools-config.patch
1 --- cdrtools-3.00/cdrecord/cdrecord.1~  2014-03-25 14:58:38.000000000 +0200
2 +++ cdrtools-3.00/cdrecord/cdrecord.1   2014-03-25 14:59:13.673238717 +0200
3 @@ -71,7 +71,7 @@
4  explained below refers to
5  .IR scsibus / target / lun
6  of the CD/DVD/BluRay-recorder.
7 -If a file /etc/default/cdrecord exists, the parameter to the
8 +If a file /etc/cdrecord.conf exists, the parameter to the
9  .B dev=
10  option may also be a drive name label in said file (see FILES section).
11  
12 @@ -1201,13 +1201,13 @@
13  option is present,
14  .B cdrecord
15  will try to get a drive specific speed value from the file
16 -.B /etc/default/cdrecord
17 +.B /etc/cdrecord.conf
18  and if it cannot find one, it will try to get the speed value from the
19  .B CDR_SPEED
20  environment and later from the 
21  .B CDR_SPEED=
22  entry in
23 -.BR /etc/default/cdrecord .
24 +.BR /etc/cdrecord.conf .
25  If no speed value could be found, cdrecord uses a drive specific default speed.
26  The default for all new (MMC-compliant) drives is to use the maximum supported by the drive.
27  If you use 
28 @@ -1505,7 +1505,7 @@
29  .B CDR_DEVICE
30  environment.
31  .sp
32 -If a file /etc/default/cdrecord exists, and
33 +If a file /etc/cdrecord.conf exists, and
34  if the argument to the
35  .B dev=
36  option
37 @@ -1514,7 +1514,7 @@
38  environment
39  does not contain the characters ',', '/', '@' or ':',
40  it is interpreted as a device label name that was defined in the file
41 -/etc/default/cdrecord (see FILES section).
42 +/etc/cdrecord.conf (see FILES section).
43  .sp
44  .B \h'-2m'Autotarget Mode
45  .br
46 @@ -2158,7 +2158,7 @@
47  .TP
48  .B CDR_DEVICE
49  This may either hold a device identifier that is suitable to the open
50 -call of the SCSI transport library or a label in the file /etc/default/cdrecord.
51 +call of the SCSI transport library or a label in the file /etc/cdrecord.conf
52  .TP
53  .B CDR_SPEED
54  Sets the default speed value for writing (see also 
55 @@ -2226,8 +2226,11 @@
56  
57  .SH FILES
58  .TP
59 -.B /etc/default/cdrecord
60 -Default values can be set for the following options in /etc/default/cdrecord.
61 +.B /etc/cdrecord.conf
62 +Default values can be set for the following options in /etc/cdrecord.conf .
63 +Note that this path has been changed from standard location in cdrtools
64 +distribution (/etc/default/cdrecord) to be consistent with other packages
65 +which don't use /etc/default directory in general.
66  For example:
67  .SM CDR_FIFOSIZE=8m
68  or
69 @@ -2236,7 +2239,7 @@
70  .TP
71  .B CDR_DEVICE
72  This may either hold a device identifier that is suitable to the open
73 -call of the SCSI transport library or a label in the file /etc/default/cdrecord 
74 +call of the SCSI transport library or a label in the file /etc/cdrecord.conf
75  that allows to identify a specific drive on the system.
76  .TP
77  .B CDR_SPEED
78 --- cdrtools-2.01.01.orig/cdrecord/cdrecord.dfl 2008-12-30 14:29:50.000000000 +0100
79 +++ cdrtools-2.01.01/cdrecord/cdrecord.dfl      2010-02-08 14:15:04.000000000 +0100
80 @@ -1,6 +1,6 @@
81  #ident @(#)cdrecord.dfl        1.8 14/01/03 Copyr 1998-2014 J. Schilling
82  #
83 -# This file is /etc/default/cdrecord
84 +# This file is /etc/cdrecord.conf
85  # It contains defaults that are used if no command line option
86  # or environment is present.
87  # 
88 @@ -19,7 +19,7 @@
89  # Note that newer cdrecord versions do not default
90  # to speed=1. For MMC compliant drives, the default
91  # is to write at maximum speed, so it in general does
92 -# not make sense to set up a default speed in /etc/default/cdrecord 
93 +# not make sense to set up a default speed in /etc/cdrecord.conf 
94  #
95  #CDR_SPEED=40
96  
97 --- cdrtools-2.01.01.orig/libcdrdeflt/cdrdeflt.c        2009-07-10 23:57:18.000000000 +0200
98 +++ cdrtools-2.01.01/libcdrdeflt/cdrdeflt.c     2010-02-08 14:15:04.000000000 +0100
99 @@ -49,7 +49,7 @@
100          * don't contribute work and don't give support, they are causing extra
101          * work for me and this way slow down the cdrecord development.
102          */
103 -       return (defltopen("/etc/default/cdrecord"));
104 +       return (defltopen("/etc/cdrecord.conf"));
105  }
106  
107  EXPORT void
108 --- cdrtools-2.01.01.orig/readcd/readcd.1       2010-01-29 23:27:12.000000000 +0100
109 +++ cdrtools-2.01.01/readcd/readcd.1    2010-02-08 14:15:04.000000000 +0100
110 @@ -64,7 +64,7 @@
111  explained below refers to
112  .IR scsibus / target / lun
113  of the CD/DVD/BluRay-Recorder.
114 -If a file /etc/default/cdrecord exists, the parameter to the
115 +If a file /etc/cdrecord.conf exists, the parameter to the
116  .B dev=
117  option may also be a drive name label in said file (see FILES section).
118  
119 @@ -440,7 +440,7 @@
120  .B CDR_DEVICE
121  environment.
122  .sp
123 -If a file /etc/default/cdrecord exists, and
124 +If a file /etc/cdrecord.conf exists, and
125  if the argument to the
126  .B dev=
127  option
128 @@ -449,7 +449,7 @@
129  environment
130  does not contain the characters ',', '/', '@' or ':',
131  it is interpreted as a device label name that was defined in the file
132 -/etc/default/cdrecord (see FILES section).
133 +/etc/cdrecord.conf (see FILES section).
134  .sp
135  .B \h'-2m'Autotarget Mode
136  .br
137 --- cdrtools-3.01/cdrecord/Makefile.dfl.orig    2010-05-14 20:14:37.000000000 +0200
138 +++ cdrtools-3.01/cdrecord/Makefile.dfl 2020-12-29 17:48:56.424679180 +0100
139 @@ -8,11 +8,12 @@
140  ###########################################################################
141  
142  INSMODE=       0644
143 -INSDIR=                etc/default
144 +INSDIR=                etc
145  INSBASE=       $(INS_RBASE:%/=%)
146  INSFLAGS=      -noclobber
147  TARGET=                cdrecord
148  AUXSRCEXT=     .dfl
149 +_EXEEXT=        .conf
150  #XMK_FILE=     Makefile.man
151  
152  ###########################################################################
153 --- cdrtools-3.01/rscsi/rscsi.1.orig    2009-11-15 20:27:50.000000000 +0100
154 +++ cdrtools-3.01/rscsi/rscsi.1 2020-12-29 18:41:07.327717623 +0100
155 @@ -514,8 +514,11 @@
156  to exit.
157  .SH FILES
158  .TP
159 -/etc/default/rscsi
160 -Default values can be set for the following options in /etc/default/rscsi.
161 +/etc/rscsi.conf
162 +Default values can be set for the following options in /etc/rscsi/conf .
163 +Note that this path has been changed from standard location in cdrtools
164 +distribution (/etc/default/rscsi) to be consistent with other packages
165 +which don't use /etc/default directory in general.
166  For example:
167  .sp
168  .BR DEBUG= /tmp/rscsi.debug
169 @@ -583,7 +586,7 @@
170  will compare the 
171  .B "host entry 
172  from 
173 -.B /etc/default/rscsi
174 +.B /etc/rscsi.conf
175  with the following strings:
176  .RS
177  .TP 10
178 @@ -644,7 +647,7 @@
179  If you like to debug
180  .B rscsi
181  edit
182 -.B /etc/default/rscsi
183 +.B /etc/rscsi.conf
184  and insert a 
185  .B DEBUG
186  entry.
187 --- cdrtools-3.01/rscsi/rscsi.dfl.orig  2005-08-09 15:19:20.000000000 +0200
188 +++ cdrtools-3.01/rscsi/rscsi.dfl       2020-12-29 19:21:24.784621135 +0100
189 @@ -1,6 +1,6 @@
190  #ident @(#)rscsi.dfl   1.3 05/08/09 Copyr 2000 J. Schilling
191  #
192 -# This file is /etc/default/rscsi
193 +# This file is /etc/rscsi.conf
194  #
195  # NOTE: If this file is not present, rscsi will reject to work.
196  #
197 --- cdrtools-3.01/rscsi/rscsi.c.orig    2010-05-24 11:27:48.000000000 +0200
198 +++ cdrtools-3.01/rscsi/rscsi.c 2020-12-29 17:51:01.767333474 +0100
199 @@ -134,9 +134,9 @@
200          * don't contribute work and don't give support, they are causing extra
201          * work for me and this way slow down the development.
202          */
203 -       if (defltopen("/etc/default/rscsi") < 0) {
204 +       if (defltopen("/etc/rscsi.conf") < 0) {
205                 rscsierror(geterrno(), errmsgstr(geterrno()),
206 -                       "Remote configuration error: Cannot open /etc/default/rscsi");
207 +                       "Remote configuration error: Cannot open /etc/rscsi.conf");
208  /*             rscsirespond(-1, geterrno());*/
209                 exit(EX_BAD);
210         }
211 --- cdrtools-3.01/rscsi/Makefile.dfl.orig       2010-05-14 20:17:15.000000000 +0200
212 +++ cdrtools-3.01/rscsi/Makefile.dfl    2020-12-29 19:21:55.414455199 +0100
213 @@ -8,10 +8,11 @@
214  ###########################################################################
215  
216  INSMODE=       0644
217 -INSDIR=                etc/default
218 +INSDIR=                etc
219  INSBASE=       $(INS_RBASE:%/=%)
220  TARGET=                rscsi
221  AUXSRCEXT=     .dfl
222 +_EXEEXT=       .conf
223  #XMK_FILE=     Makefile.man
224  
225  ###########################################################################
This page took 0.086074 seconds and 4 git commands to generate.