/[debburn]/nonameyet/trunk/mods-archive/19_typos.dpatch
ViewVC logotype

Contents of /nonameyet/trunk/mods-archive/19_typos.dpatch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 41 - (show annotations) (download)
Wed Aug 23 12:50:32 2006 UTC (6 years, 9 months ago) by blade
File size: 4268 byte(s)
Added 39, 40, and the whole patch collection in mods-archive for archiving purposes
1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## 19_typos.dpatch by Steve McIntyre <steve@einval.com>
3 ##
4 ## All lines beginning with `## DP:' are a description of the patch.
5 ## DP: No description.
6
7 @DPATCH@
8 diff -urNad cdrtools-2.01+01a03/cdrecord/cdrecord.c /tmp/dpep.XkncY4/cdrtools-2.01+01a03/cdrecord/cdrecord.c
9 --- cdrtools-2.01+01a03/cdrecord/cdrecord.c 2005-11-25 20:42:00.000000000 +0000
10 +++ /tmp/dpep.XkncY4/cdrtools-2.01+01a03/cdrecord/cdrecord.c 2005-11-25 21:03:29.000000000 +0000
11 @@ -302,7 +302,7 @@
12 * printing code that:
13 *
14 * - Clearly states that the current version is an
15 - * inofficial (modified) version and thus may have bugs
16 + * unofficial (modified) version and thus may have bugs
17 * that are not present in the original.
18 *
19 * - Print your support e-mail address and tell people that
20 @@ -322,7 +322,7 @@
21 * GPL Preamble, subsection 6.
22 *
23 * I am sorry for the inconvenience but I am forced to do this because
24 - * some people create inofficial branches. These branches create
25 + * some people create unofficial branches. These branches create
26 * problems but the initiators do not give support and thus cause the
27 * development of the official cdrecord versions to slow down because
28 * I am loaded with unneeded work.
29 @@ -357,7 +357,7 @@
30 #if defined(SOURCE_MODIFIED) || !defined(IS_SCHILY_XCONFIG)
31 #define INSERT_YOUR_EMAIL_ADDRESS_HERE
32 #define NO_SUPPORT 0
33 - printf("NOTE: this version of cdrecord is an inofficial (modified) release of cdrecord\n");
34 + printf("NOTE: this version of cdrecord is an unofficial (modified) release of cdrecord\n");
35 printf(" and thus may have bugs that are not present in the original version.\n");
36 #if NO_SUPPORT
37 printf(" The author of the modifications decided not to provide a support e-mail\n");
38 @@ -532,7 +532,7 @@
39 printf("Using libscg version '%s-%s'.\n", auth, vers);
40 if (auth == 0 || strcmp("schily", auth) != 0) {
41 errmsgno(EX_BAD,
42 - "Warning: using inofficial version of libscg (%s-%s '%s').\n",
43 + "Warning: using unofficial version of libscg (%s-%s '%s').\n",
44 auth, vers, scg_version(0, SCG_SCCS_ID));
45 }
46
47 @@ -542,7 +542,7 @@
48 error("Using libscg transport code version '%s-%s'\n", auth, vers);
49 if (auth == 0 || strcmp("schily", auth) != 0) {
50 errmsgno(EX_BAD,
51 - "Warning: using inofficial libscg transport code version (%s-%s '%s').\n",
52 + "Warning: using unofficial libscg transport code version (%s-%s '%s').\n",
53 auth, vers, scg_version(scgp, SCG_SCCS_ID));
54 }
55
56 @@ -552,7 +552,7 @@
57 error("Using remote transport code version '%s-%s'\n", auth, vers);
58 if (auth != 0 && strcmp("schily", auth) != 0) {
59 errmsgno(EX_BAD,
60 - "Warning: using inofficial remote transport code version (%s-%s '%s').\n",
61 + "Warning: using unofficial remote transport code version (%s-%s '%s').\n",
62 auth, vers, scg_version(scgp, SCG_RSCCS_ID));
63 }
64 }
65 diff -urNad cdrtools-2.01+01a03/scgcheck/scgcheck.c /tmp/dpep.XkncY4/cdrtools-2.01+01a03/scgcheck/scgcheck.c
66 --- cdrtools-2.01+01a03/scgcheck/scgcheck.c 2004-09-08 18:49:48.000000000 +0100
67 +++ /tmp/dpep.XkncY4/cdrtools-2.01+01a03/scgcheck/scgcheck.c 2005-11-25 21:03:29.000000000 +0000
68 @@ -420,7 +420,7 @@
69 fprintf(logfile, "Using libscg version '%s-%s'\n", auth, vers);
70 if (auth == 0 || strcmp("schily", auth) != 0) {
71 errmsgno(EX_BAD,
72 - "Warning: using inofficial version of libscg (%s-%s '%s').\n",
73 + "Warning: using unofficial version of libscg (%s-%s '%s').\n",
74 auth, vers, scg_version(0, SCG_SCCS_ID));
75 }
76
77 @@ -431,7 +431,7 @@
78 fprintf(logfile, "Using libscg transport code version '%s-%s'\n", auth, vers);
79 if (auth == 0 || strcmp("schily", auth) != 0) {
80 errmsgno(EX_BAD,
81 - "Warning: using inofficial libscg transport code version (%s-%s '%s').\n",
82 + "Warning: using unofficial libscg transport code version (%s-%s '%s').\n",
83 auth, vers, scg_version(scgp, SCG_SCCS_ID));
84 }
85 vers = scg_version(scgp, SCG_KVERSION);
86 @@ -446,7 +446,7 @@
87
88 if (auth != 0 && strcmp("schily", auth) != 0) {
89 errmsgno(EX_BAD,
90 - "Warning: using inofficial remote transport code version (%s-%s '%s').\n",
91 + "Warning: using unofficial remote transport code version (%s-%s '%s').\n",
92 auth, vers, scg_version(scgp, SCG_RSCCS_ID));
93 }
94 if (auth == NULL)

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.5