/[smeserver]/rpms/anaconda/sme7/centos4-anaconda.patch
ViewVC logotype

Annotation of /rpms/anaconda/sme7/centos4-anaconda.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Tue Jun 12 14:39:14 2007 UTC (17 years ago) by slords
Branch: MAIN
CVS Tags: anaconda-10_1_1_103-1_centos4_1_el4_sme, anaconda-10_1_1_103-1_centos4, anaconda-10_1_1_81-1_centos4_1_el4_sme, anaconda-10_1_1_63-4_centos4_1_el4_sme, HEAD
Import on branch sme7 of package anaconda-10.1.1.63-4.centos4.1.el4.sme.src.rpm

1 slords 1.1 diff -uNr anaconda-10.1.1.19.orig/anaconda.conf anaconda-10.1.1.19/anaconda.conf
2     --- anaconda-10.1.1.19.orig/anaconda.conf 2001-06-21 14:01:59.000000000 -0500
3     +++ anaconda-10.1.1.19/anaconda.conf 2005-06-09 12:14:27.000000000 -0500
4     @@ -9,5 +9,5 @@
5     Splashscreen pixmaps/first.png
6     WelcomeScreen pixmaps/splash.png
7     TitleBar pixmaps/anaconda_header.png
8     -Title Red Hat Linux Beta
9     +Title CentOS
10    
11     diff -uNr anaconda-10.1.1.19.orig/constants.py anaconda-10.1.1.19/constants.py
12     --- anaconda-10.1.1.19.orig/constants.py 2004-12-03 16:13:38.000000000 -0600
13     +++ anaconda-10.1.1.19/constants.py 2005-06-09 12:14:27.000000000 -0500
14     @@ -74,10 +74,10 @@
15     "full text of this exception or save the crash "
16     "dump to a floppy then file a detailed bug "
17     "report against anaconda at "
18     - "http://bugzilla.redhat.com/bugzilla/")
19     + "http://www.centos.org/bugs/")
20    
21     exceptionTextNoFloppy = N_("An unhandled exception has occurred. This "
22     "is most likely a bug. Please copy the "
23     "full text of this exception and file a detailed "
24     "bug report against anaconda at "
25     - "http://bugzilla.redhat.com/bugzilla/")
26     + "http://www.centos.org/bugs/")
27     diff -uNr anaconda-10.1.1.19.orig/hdrlist.py anaconda-10.1.1.19/hdrlist.py
28     --- anaconda-10.1.1.19.orig/hdrlist.py 2004-07-29 14:34:55.000000000 -0500
29     +++ anaconda-10.1.1.19/hdrlist.py 2005-06-09 12:14:27.000000000 -0500
30     @@ -1067,7 +1067,7 @@
31     hdrs = rpm.readHeaderListFromFD(fd)
32     os.close(fd)
33     showMem()
34     -# fd = os.open(tree + "/RedHat/base/hdlist2", os.O_RDONLY)
35     +# fd = os.open(tree + "/CentOS/base/hdlist2", os.O_RDONLY)
36     # rpm.mergeHeaderListFromFD(hdrs, fd, 1000004)
37     # os.close(fd)
38     showMem()
39     diff -uNr anaconda-10.1.1.19.orig/image.py anaconda-10.1.1.19/image.py
40     --- anaconda-10.1.1.19.orig/image.py 2004-11-30 22:21:17.000000000 -0600
41     +++ anaconda-10.1.1.19/image.py 2005-06-09 12:14:27.000000000 -0500
42     @@ -455,7 +455,7 @@
43     if num not in discNum or discArch != arch:
44     continue
45    
46     - # if it's disc1, it needs to have RedHat/base/stage2.img
47     + # if it's disc1, it needs to have CentOS/base/stage2.img
48     if (num == 1 and not
49     os.access("/mnt/cdimage/%s/base/stage2.img" % (productPath,),
50     os.R_OK)):
51     diff -uNr anaconda-10.1.1.19.orig/loader2/cdinstall.c anaconda-10.1.1.19/loader2/cdinstall.c
52     --- anaconda-10.1.1.19.orig/loader2/cdinstall.c 2004-12-03 16:20:49.000000000 -0600
53     +++ anaconda-10.1.1.19/loader2/cdinstall.c 2005-06-09 12:14:27.000000000 -0500
54     @@ -391,7 +391,7 @@
55     }
56    
57     /* try to find a Red Hat CD non-interactively */
58     -char * findRedHatCD(char * location,
59     +char * findCentOSCD(char * location,
60     moduleInfoSet modInfo,
61     moduleList modLoaded,
62     moduleDeps modDeps,
63     diff -uNr anaconda-10.1.1.19.orig/loader2/cdinstall.h anaconda-10.1.1.19/loader2/cdinstall.h
64     --- anaconda-10.1.1.19.orig/loader2/cdinstall.h 2003-11-21 18:12:14.000000000 -0600
65     +++ anaconda-10.1.1.19/loader2/cdinstall.h 2005-06-09 12:14:27.000000000 -0500
66     @@ -8,7 +8,7 @@
67     moduleInfoSet modInfo, moduleList modLoaded,
68     moduleDeps * modDepsPtr, int flags);
69    
70     -char * findRedHatCD(char * location,
71     +char * findCentOSCD(char * location,
72     moduleInfoSet modInfo,
73     moduleList modLoaded,
74     moduleDeps modDeps,
75     diff -uNr anaconda-10.1.1.19.orig/loader2/loader.c anaconda-10.1.1.19/loader2/loader.c
76     --- anaconda-10.1.1.19.orig/loader2/loader.c 2005-01-06 13:35:32.000000000 -0600
77     +++ anaconda-10.1.1.19/loader2/loader.c 2005-06-09 12:14:27.000000000 -0500
78     @@ -198,7 +198,7 @@
79     f = fopen("/.buildstamp", "r");
80     if (!f) {
81     productName = strdup("anaconda");
82     - productPath = strdup("RedHat");
83     + productPath = strdup("CentOS");
84     } else {
85     productName = malloc(256);
86     productPath = malloc(256);
87     @@ -783,7 +783,7 @@
88     * we can fast-path the CD and not make people answer questions in
89     * text mode. */
90     if (!FL_ASKMETHOD(flags) && !FL_KICKSTART(flags)) {
91     - url = findRedHatCD(location, modInfo, modLoaded, * modDepsPtr, flags, !FL_RESCUE(flags));
92     + url = findCentOSCD(location, modInfo, modLoaded, * modDepsPtr, flags, !FL_RESCUE(flags));
93     /* if we found a CD and we're not in rescue or vnc mode return */
94     /* so we can short circuit straight to stage 2 from CD */
95     if (url && (!FL_RESCUE(flags) && !hasGraphicalOverride()))
96     diff -uNr anaconda-10.1.1.19.orig/loader2/urlinstall.c anaconda-10.1.1.19/loader2/urlinstall.c
97     --- anaconda-10.1.1.19.orig/loader2/urlinstall.c 2004-10-18 09:33:55.000000000 -0500
98     +++ anaconda-10.1.1.19/loader2/urlinstall.c 2005-06-09 12:14:27.000000000 -0500
99     @@ -46,7 +46,7 @@
100     char * newFile = NULL;
101     char filepath[1024];
102    
103     - /* BNFIXME: hack - all callers want RedHat/<foo>, so add prefix here */
104     + /* BNFIXME: hack - all callers want CentOS/<foo>, so add prefix here */
105     snprintf(filepath, sizeof(filepath), "%s/%s", getProductPath(), file);
106    
107     fd = urlinstStartTransfer(ui, filepath, NULL, 1, flags);
108     @@ -268,7 +268,7 @@
109    
110     /* ok messy - see if we have a stage2 on local CD */
111     /* before trying to pull one over network */
112     - cdurl = findRedHatCD(location, modInfo, modLoaded,
113     + cdurl = findCentOSCD(location, modInfo, modLoaded,
114     *modDeps, flags, 0);
115     if (cdurl &&
116     (loadSingleUrlImage(&ui, "base/hdlist", flags, NULL,
117     diff -uNr anaconda-10.1.1.19.orig/Makefile anaconda-10.1.1.19/Makefile
118     --- anaconda-10.1.1.19.orig/Makefile 2004-11-05 10:54:21.000000000 -0600
119     +++ anaconda-10.1.1.19/Makefile 2005-06-09 12:14:27.000000000 -0500
120     @@ -14,7 +14,7 @@
121     endif
122    
123     # DESTDIR - destination for install image for install purposes
124     -DESTDIR = ../../../RedHat/instimage
125     +DESTDIR = ../../../CentOS/instimage
126    
127     CATALOGS = po/anaconda.pot
128    
129     diff -uNr anaconda-10.1.1.19.orig/packages.py anaconda-10.1.1.19/packages.py
130     --- anaconda-10.1.1.19.orig/packages.py 2005-01-11 15:06:51.000000000 -0600
131     +++ anaconda-10.1.1.19/packages.py 2005-06-09 12:14:27.000000000 -0500
132     @@ -1527,7 +1527,7 @@
133     "from testers, and it is not suitable "
134     "for day to day usage.\n\n"
135     "To report feedback, please visit:\n\n"
136     - " http://bugzilla.redhat.com/bugzilla\n\n"
137     + " http://www.centos.orrg/bugs\n\n"
138     "and file a report against '%s'.\n"
139     %(productName, fileagainst)),
140     type="custom", custom_icon="warning",
141     diff -uNr anaconda-10.1.1.19.orig/partedUtils.py anaconda-10.1.1.19/partedUtils.py
142     --- anaconda-10.1.1.19.orig/partedUtils.py 2005-01-04 19:59:35.000000000 -0600
143     +++ anaconda-10.1.1.19/partedUtils.py 2005-06-09 12:14:27.000000000 -0500
144     @@ -453,7 +453,7 @@
145    
146     return None
147    
148     -def getRedHatReleaseString(mountpoint):
149     +def getCentOSReleaseString(mountpoint):
150     if os.access(mountpoint + "/etc/redhat-release", os.R_OK):
151     f = open(mountpoint + "/etc/redhat-release", "r")
152     try:
153     @@ -599,7 +599,7 @@
154    
155     if found:
156     if os.access (mountpoint + '/etc/fstab', os.R_OK):
157     - relstr = getRedHatReleaseString(mountpoint)
158     + relstr = getCentOSReleaseString(mountpoint)
159     cmdline = open('/proc/cmdline', 'r').read()
160    
161     if ((cmdline.find("upgradeany") != -1) or
162     @@ -625,7 +625,7 @@
163    
164     if found:
165     if os.access (mountpoint + '/etc/fstab', os.R_OK):
166     - relstr = getRedHatReleaseString(mountpoint)
167     + relstr = getCentOSReleaseString(mountpoint)
168     cmdline = open('/proc/cmdline', 'r').read()
169    
170     if ((cmdline.find("upgradeany") != -1) or
171     @@ -662,7 +662,7 @@
172     part = disk.next_partition(part)
173     continue
174     if os.access (mountpoint + '/etc/fstab', os.R_OK):
175     - relstr = getRedHatReleaseString(mountpoint)
176     + relstr = getCentOSReleaseString(mountpoint)
177     cmdline = open('/proc/cmdline', 'r').read()
178    
179     if ((cmdline.find("upgradeany") != -1) or
180     diff -uNr anaconda-10.1.1.19.orig/po/am.po anaconda-10.1.1.19/po/am.po
181     --- anaconda-10.1.1.19.orig/po/am.po 2004-09-30 16:10:14.000000000 -0500
182     +++ anaconda-10.1.1.19/po/am.po 2005-06-09 12:14:27.000000000 -0500
183     @@ -1930,7 +1930,7 @@
184    
185     #: ../text.py:360
186     #, python-format
187     -msgid "%s (C) 2004 Red Hat, Inc."
188     +msgid "%s Released via the GPL"
189     msgstr ""
190    
191     #: ../text.py:367
192     diff -uNr anaconda-10.1.1.19.orig/po/anaconda.pot anaconda-10.1.1.19/po/anaconda.pot
193     --- anaconda-10.1.1.19.orig/po/anaconda.pot 2004-09-30 16:10:14.000000000 -0500
194     +++ anaconda-10.1.1.19/po/anaconda.pot 2005-06-09 12:14:27.000000000 -0500
195     @@ -1929,7 +1929,7 @@
196    
197     #: ../text.py:360
198     #, python-format
199     -msgid "%s (C) 2004 Red Hat, Inc."
200     +msgid "%s Released via the GPL"
201     msgstr ""
202    
203     #: ../text.py:367
204     diff -uNr anaconda-10.1.1.19.orig/po/ar.po anaconda-10.1.1.19/po/ar.po
205     --- anaconda-10.1.1.19.orig/po/ar.po 2004-10-04 14:23:32.000000000 -0500
206     +++ anaconda-10.1.1.19/po/ar.po 2005-06-09 12:14:27.000000000 -0500
207     @@ -2249,8 +2249,8 @@
208    
209     #: ../text.py:360
210     #, python-format
211     -msgid "%s (C) 2004 Red Hat, Inc."
212     -msgstr "%s (C) 2004 Red Hat, Inc."
213     +msgid "%s Released via the GPL"
214     +msgstr "%s Released via the GPL"
215    
216     #: ../text.py:367
217     msgid ""
218     diff -uNr anaconda-10.1.1.19.orig/po/be.po anaconda-10.1.1.19/po/be.po
219     --- anaconda-10.1.1.19.orig/po/be.po 2004-09-30 16:10:14.000000000 -0500
220     +++ anaconda-10.1.1.19/po/be.po 2005-06-09 12:14:27.000000000 -0500
221     @@ -1,5 +1,5 @@
222     # Беларускі пераклад anaconda.
223     -# Copyright (C) 2004 Red Hat, Inc.
224     +# Copyright Released via the GPL
225     # This file is distributed under the same license as the anaconda package.
226     # Ales Nyakhaychyk <nab@mail.by>, 2004.
227     #
228     @@ -2087,8 +2087,8 @@
229    
230     #: ../text.py:360
231     #, python-format
232     -msgid "%s (C) 2004 Red Hat, Inc."
233     -msgstr "%s (C) 2004 Red Hat, Inc."
234     +msgid "%s Released via the GPL"
235     +msgstr "%s Released via the GPL"
236    
237     #: ../text.py:367
238     msgid ""
239     diff -uNr anaconda-10.1.1.19.orig/po/bg.po anaconda-10.1.1.19/po/bg.po
240     --- anaconda-10.1.1.19.orig/po/bg.po 2004-10-12 12:23:23.000000000 -0500
241     +++ anaconda-10.1.1.19/po/bg.po 2005-06-09 12:14:27.000000000 -0500
242     @@ -2324,8 +2324,8 @@
243    
244     #: ../text.py:360
245     #, python-format
246     -msgid "%s (C) 2004 Red Hat, Inc."
247     -msgstr "%s (C) 2004 Red Hat, Inc."
248     +msgid "%s Released via the GPL"
249     +msgstr "%s Released via the GPL"
250    
251     #: ../text.py:367
252     msgid " <F1> for help | <Tab> between elements | <Space> selects | <F12> next screen"
253     diff -uNr anaconda-10.1.1.19.orig/po/bn.po anaconda-10.1.1.19/po/bn.po
254     --- anaconda-10.1.1.19.orig/po/bn.po 2004-12-08 03:58:21.000000000 -0600
255     +++ anaconda-10.1.1.19/po/bn.po 2005-06-09 12:14:27.000000000 -0500
256     @@ -2551,8 +2551,8 @@
257     #: ../text.py:360
258     #, python-format
259     # modified for RHEL
260     -msgid "%s (C) 2004 Red Hat, Inc."
261     -msgstr "%s (C) 2004 Red Hat, Inc."
262     +msgid "%s Released via the GPL"
263     +msgstr "%s Released via the GPL"
264    
265     #: ../text.py:367
266     # modified for RHEL
267     diff -uNr anaconda-10.1.1.19.orig/po/ca.po anaconda-10.1.1.19/po/ca.po
268     --- anaconda-10.1.1.19.orig/po/ca.po 2004-10-18 08:05:21.000000000 -0500
269     +++ anaconda-10.1.1.19/po/ca.po 2005-06-09 12:14:27.000000000 -0500
270     @@ -2336,8 +2336,8 @@
271    
272     #: ../text.py:360
273     #, python-format
274     -msgid "%s (C) 2004 Red Hat, Inc."
275     -msgstr "%s (C) 2004 Red Hat, Inc."
276     +msgid "%s Released via the GPL"
277     +msgstr "%s Released via the GPL"
278    
279     #: ../text.py:367
280     msgid ""
281     diff -uNr anaconda-10.1.1.19.orig/po/cs.po anaconda-10.1.1.19/po/cs.po
282     --- anaconda-10.1.1.19.orig/po/cs.po 2004-09-30 18:21:40.000000000 -0500
283     +++ anaconda-10.1.1.19/po/cs.po 2005-06-09 12:14:27.000000000 -0500
284     @@ -2294,7 +2294,7 @@
285    
286     #: ../text.py:360
287     #, python-format
288     -msgid "%s (C) 2004 Red Hat, Inc."
289     +msgid "%s Released via the GPL"
290     msgstr "%s © 2004 Red Hat, Inc."
291    
292     #: ../text.py:367
293     diff -uNr anaconda-10.1.1.19.orig/po/cy.po anaconda-10.1.1.19/po/cy.po
294     --- anaconda-10.1.1.19.orig/po/cy.po 2004-10-26 05:35:18.000000000 -0500
295     +++ anaconda-10.1.1.19/po/cy.po 2005-06-09 12:14:27.000000000 -0500
296     @@ -2295,8 +2295,8 @@
297    
298     #: ../text.py:360
299     #, python-format
300     -msgid "%s (C) 2004 Red Hat, Inc."
301     -msgstr "%s (H)(C) 2004 Red Hat, Inc."
302     +msgid "%s Released via the GPL"
303     +msgstr "%s (H)Released via the GPL"
304    
305     #: ../text.py:367
306     msgid " <F1> for help | <Tab> between elements | <Space> selects | <F12> next screen"
307     diff -uNr anaconda-10.1.1.19.orig/po/da.po anaconda-10.1.1.19/po/da.po
308     --- anaconda-10.1.1.19.orig/po/da.po 2004-10-01 02:23:14.000000000 -0500
309     +++ anaconda-10.1.1.19/po/da.po 2005-06-09 12:14:27.000000000 -0500
310     @@ -2297,7 +2297,7 @@
311    
312     #: ../text.py:360
313     #, python-format
314     -msgid "%s (C) 2004 Red Hat, Inc."
315     +msgid "%s Released via the GPL"
316     msgstr "%s © 2004 Red Hat, Inc."
317    
318     #: ../text.py:367
319     diff -uNr anaconda-10.1.1.19.orig/po/de.po anaconda-10.1.1.19/po/de.po
320     --- anaconda-10.1.1.19.orig/po/de.po 2004-10-18 16:39:18.000000000 -0500
321     +++ anaconda-10.1.1.19/po/de.po 2005-06-09 12:14:27.000000000 -0500
322     @@ -2388,8 +2388,8 @@
323    
324     #: ../text.py:360
325     #, python-format
326     -msgid "%s (C) 2004 Red Hat, Inc."
327     -msgstr "%s (C) 2004 Red Hat, Inc."
328     +msgid "%s Released via the GPL"
329     +msgstr "%s Released via the GPL"
330    
331     #: ../text.py:367
332     msgid ""
333     diff -uNr anaconda-10.1.1.19.orig/po/el.po anaconda-10.1.1.19/po/el.po
334     --- anaconda-10.1.1.19.orig/po/el.po 2004-09-30 16:10:15.000000000 -0500
335     +++ anaconda-10.1.1.19/po/el.po 2005-06-09 12:14:27.000000000 -0500
336     @@ -2086,7 +2086,7 @@
337    
338     #: ../text.py:360
339     #, fuzzy, python-format
340     -msgid "%s (C) 2004 Red Hat, Inc."
341     +msgid "%s Released via the GPL"
342     msgstr "%s (C) 2003 Red Hat, Inc."
343    
344     #: ../text.py:367
345     diff -uNr anaconda-10.1.1.19.orig/po/en_GB.po anaconda-10.1.1.19/po/en_GB.po
346     --- anaconda-10.1.1.19.orig/po/en_GB.po 2004-10-24 21:02:27.000000000 -0500
347     +++ anaconda-10.1.1.19/po/en_GB.po 2005-06-09 12:14:27.000000000 -0500
348     @@ -2534,8 +2534,8 @@
349    
350     #: ../text.py:360
351     #, fuzzy, python-format
352     -msgid "%s (C) 2004 Red Hat, Inc."
353     -msgstr "%s (C) 2004 Red Hat, Inc."
354     +msgid "%s Released via the GPL"
355     +msgstr "%s Released via the GPL"
356    
357     #: ../text.py:367
358     #, fuzzy
359     diff -uNr anaconda-10.1.1.19.orig/po/es.po anaconda-10.1.1.19/po/es.po
360     --- anaconda-10.1.1.19.orig/po/es.po 2004-11-01 22:37:52.000000000 -0600
361     +++ anaconda-10.1.1.19/po/es.po 2005-06-09 12:14:27.000000000 -0500
362     @@ -3396,8 +3396,8 @@
363     # ../text.py:301
364     #: ../text.py:360
365     #, python-format
366     -msgid "%s (C) 2004 Red Hat, Inc."
367     -msgstr "%s (C) 2004 Red Hat, Inc."
368     +msgid "%s Released via the GPL"
369     +msgstr "%s Released via the GPL"
370    
371     # ../text.py:303
372     # ../text.py:303
373     diff -uNr anaconda-10.1.1.19.orig/po/et.po anaconda-10.1.1.19/po/et.po
374     --- anaconda-10.1.1.19.orig/po/et.po 2004-10-01 08:39:38.000000000 -0500
375     +++ anaconda-10.1.1.19/po/et.po 2005-06-09 12:14:27.000000000 -0500
376     @@ -2196,8 +2196,8 @@
377    
378     #: ../text.py:360
379     #, python-format
380     -msgid "%s (C) 2004 Red Hat, Inc."
381     -msgstr "%s (C) 2004 Red Hat, Inc."
382     +msgid "%s Released via the GPL"
383     +msgstr "%s Released via the GPL"
384    
385     #: ../text.py:367
386     msgid " <F1> for help | <Tab> between elements | <Space> selects | <F12> next screen"
387     diff -uNr anaconda-10.1.1.19.orig/po/eu_ES.po anaconda-10.1.1.19/po/eu_ES.po
388     --- anaconda-10.1.1.19.orig/po/eu_ES.po 2004-09-30 16:10:17.000000000 -0500
389     +++ anaconda-10.1.1.19/po/eu_ES.po 2005-06-09 12:14:27.000000000 -0500
390     @@ -2484,7 +2484,7 @@
391     # ../text.py:841
392     #: ../text.py:360
393     #, fuzzy, python-format
394     -msgid "%s (C) 2004 Red Hat, Inc."
395     +msgid "%s Released via the GPL"
396     msgstr "Red Hat Linux (C) 2000 Red Hat, Inc."
397    
398     # ../text.py:844
399     diff -uNr anaconda-10.1.1.19.orig/po/fa.po anaconda-10.1.1.19/po/fa.po
400     --- anaconda-10.1.1.19.orig/po/fa.po 2004-09-30 16:10:17.000000000 -0500
401     +++ anaconda-10.1.1.19/po/fa.po 2005-06-09 12:14:27.000000000 -0500
402     @@ -2300,7 +2300,7 @@
403    
404     #: ../text.py:360
405     #, python-format
406     -msgid "%s (C) 2004 Red Hat, Inc."
407     +msgid "%s Released via the GPL"
408     msgstr "%s (C) ۲۰۰۴ شرکت ردهت."
409    
410     #: ../text.py:367
411     diff -uNr anaconda-10.1.1.19.orig/po/fi.po anaconda-10.1.1.19/po/fi.po
412     --- anaconda-10.1.1.19.orig/po/fi.po 2004-09-30 16:10:17.000000000 -0500
413     +++ anaconda-10.1.1.19/po/fi.po 2005-06-09 12:14:27.000000000 -0500
414     @@ -2643,7 +2643,7 @@
415     # ../text.py:301
416     #: ../text.py:360
417     #, python-format
418     -msgid "%s (C) 2004 Red Hat, Inc."
419     +msgid "%s Released via the GPL"
420     msgstr "%s © 2004 Red Hat, Inc. "
421    
422     # ../text.py:304
423     diff -uNr anaconda-10.1.1.19.orig/po/fr.po anaconda-10.1.1.19/po/fr.po
424     --- anaconda-10.1.1.19.orig/po/fr.po 2004-10-28 20:10:41.000000000 -0500
425     +++ anaconda-10.1.1.19/po/fr.po 2005-06-09 12:14:27.000000000 -0500
426     @@ -2360,8 +2360,8 @@
427    
428     #: ../text.py:360
429     #, python-format
430     -msgid "%s (C) 2004 Red Hat, Inc."
431     -msgstr "%s (C) 2004 Red Hat, Inc."
432     +msgid "%s Released via the GPL"
433     +msgstr "%s Released via the GPL"
434    
435     #: ../text.py:367
436     msgid " <F1> for help | <Tab> between elements | <Space> selects | <F12> next screen"
437     diff -uNr anaconda-10.1.1.19.orig/po/gl.po anaconda-10.1.1.19/po/gl.po
438     --- anaconda-10.1.1.19.orig/po/gl.po 2004-09-30 16:10:18.000000000 -0500
439     +++ anaconda-10.1.1.19/po/gl.po 2005-06-09 12:14:27.000000000 -0500
440     @@ -2157,7 +2157,7 @@
441    
442     #: ../text.py:360
443     #, fuzzy, python-format
444     -msgid "%s (C) 2004 Red Hat, Inc."
445     +msgid "%s Released via the GPL"
446     msgstr "Red Hat Linux (C) 2001 Red Hat, Inc."
447    
448     #: ../text.py:367
449     diff -uNr anaconda-10.1.1.19.orig/po/gu.po anaconda-10.1.1.19/po/gu.po
450     --- anaconda-10.1.1.19.orig/po/gu.po 2004-12-09 22:46:12.000000000 -0600
451     +++ anaconda-10.1.1.19/po/gu.po 2005-06-09 12:14:27.000000000 -0500
452     @@ -2251,8 +2251,8 @@
453    
454     #: ../text.py:360
455     #, python-format
456     -msgid "%s (C) 2004 Red Hat, Inc."
457     -msgstr "%s (C) 2004 Red Hat, Inc."
458     +msgid "%s Released via the GPL"
459     +msgstr "%s Released via the GPL"
460    
461     #: ../text.py:367
462     msgid " <F1> for help | <Tab> between elements | <Space> selects | <F12> next screen"
463     diff -uNr anaconda-10.1.1.19.orig/po/he.po anaconda-10.1.1.19/po/he.po
464     --- anaconda-10.1.1.19.orig/po/he.po 2004-09-30 16:10:18.000000000 -0500
465     +++ anaconda-10.1.1.19/po/he.po 2005-06-09 12:14:27.000000000 -0500
466     @@ -1929,7 +1929,7 @@
467    
468     #: ../text.py:360
469     #, python-format
470     -msgid "%s (C) 2004 Red Hat, Inc."
471     +msgid "%s Released via the GPL"
472     msgstr ""
473    
474     #: ../text.py:367
475     diff -uNr anaconda-10.1.1.19.orig/po/hi.po anaconda-10.1.1.19/po/hi.po
476     --- anaconda-10.1.1.19.orig/po/hi.po 2004-11-05 03:25:13.000000000 -0600
477     +++ anaconda-10.1.1.19/po/hi.po 2005-06-09 12:14:27.000000000 -0500
478     @@ -2247,8 +2247,8 @@
479    
480     #: ../text.py:360
481     #, python-format
482     -msgid "%s (C) 2004 Red Hat, Inc."
483     -msgstr "%s (C) 2004 Red Hat, Inc."
484     +msgid "%s Released via the GPL"
485     +msgstr "%s Released via the GPL"
486    
487     #: ../text.py:367
488     msgid " <F1> for help | <Tab> between elements | <Space> selects | <F12> next screen"
489     diff -uNr anaconda-10.1.1.19.orig/po/hr.po anaconda-10.1.1.19/po/hr.po
490     --- anaconda-10.1.1.19.orig/po/hr.po 2004-09-30 16:10:18.000000000 -0500
491     +++ anaconda-10.1.1.19/po/hr.po 2005-06-09 12:14:27.000000000 -0500
492     @@ -2313,7 +2313,7 @@
493    
494     #: ../text.py:360
495     #, fuzzy, python-format
496     -msgid "%s (C) 2004 Red Hat, Inc."
497     +msgid "%s Released via the GPL"
498     msgstr "%s (C) 2003 Red Hat, Inc."
499    
500     #: ../text.py:367
501     diff -uNr anaconda-10.1.1.19.orig/po/hu.po anaconda-10.1.1.19/po/hu.po
502     --- anaconda-10.1.1.19.orig/po/hu.po 2004-10-01 14:12:07.000000000 -0500
503     +++ anaconda-10.1.1.19/po/hu.po 2005-06-09 12:14:27.000000000 -0500
504     @@ -2308,7 +2308,7 @@
505    
506     #: ../text.py:360
507     #, python-format
508     -msgid "%s (C) 2004 Red Hat, Inc."
509     +msgid "%s Released via the GPL"
510     msgstr "%s (C) Red Hat, Inc., 2004."
511    
512     #: ../text.py:367
513     diff -uNr anaconda-10.1.1.19.orig/po/id.po anaconda-10.1.1.19/po/id.po
514     --- anaconda-10.1.1.19.orig/po/id.po 2004-11-01 03:18:53.000000000 -0600
515     +++ anaconda-10.1.1.19/po/id.po 2005-06-09 12:14:27.000000000 -0500
516     @@ -2157,8 +2157,8 @@
517    
518     #: ../text.py:360
519     #, python-format
520     -msgid "%s (C) 2004 Red Hat, Inc."
521     -msgstr "%s (C) 2004 Red Hat, Inc."
522     +msgid "%s Released via the GPL"
523     +msgstr "%s Released via the GPL"
524    
525     #: ../text.py:367
526     msgid " <F1> for help | <Tab> between elements | <Space> selects | <F12> next screen"
527     diff -uNr anaconda-10.1.1.19.orig/po/is.po anaconda-10.1.1.19/po/is.po
528     --- anaconda-10.1.1.19.orig/po/is.po 2004-10-22 23:21:17.000000000 -0500
529     +++ anaconda-10.1.1.19/po/is.po 2005-06-09 12:14:27.000000000 -0500
530     @@ -2296,8 +2296,8 @@
531    
532     #: ../text.py:360
533     #, python-format
534     -msgid "%s (C) 2004 Red Hat, Inc."
535     -msgstr "%s (C) 2004 Red Hat, Inc."
536     +msgid "%s Released via the GPL"
537     +msgstr "%s Released via the GPL"
538    
539     #: ../text.py:367
540     msgid ""
541     diff -uNr anaconda-10.1.1.19.orig/po/it.po anaconda-10.1.1.19/po/it.po
542     --- anaconda-10.1.1.19.orig/po/it.po 2004-11-04 17:08:54.000000000 -0600
543     +++ anaconda-10.1.1.19/po/it.po 2005-06-09 12:14:27.000000000 -0500
544     @@ -2342,8 +2342,8 @@
545    
546     #: ../text.py:360
547     #, python-format
548     -msgid "%s (C) 2004 Red Hat, Inc."
549     -msgstr "%s (C) 2004 Red Hat, Inc."
550     +msgid "%s Released via the GPL"
551     +msgstr "%s Released via the GPL"
552    
553     #: ../text.py:367
554     msgid " <F1> for help | <Tab> between elements | <Space> selects | <F12> next screen"
555     diff -uNr anaconda-10.1.1.19.orig/po/ja.po anaconda-10.1.1.19/po/ja.po
556     --- anaconda-10.1.1.19.orig/po/ja.po 2004-10-28 19:25:20.000000000 -0500
557     +++ anaconda-10.1.1.19/po/ja.po 2005-06-09 12:14:27.000000000 -0500
558     @@ -2284,8 +2284,8 @@
559    
560     #: ../text.py:360
561     #, python-format
562     -msgid "%s (C) 2004 Red Hat, Inc."
563     -msgstr " %s (C) 2004 Red Hat, Inc."
564     +msgid "%s Released via the GPL"
565     +msgstr " %s Released via the GPL"
566    
567     #: ../text.py:367
568     msgid " <F1> for help | <Tab> between elements | <Space> selects | <F12> next screen"
569     diff -uNr anaconda-10.1.1.19.orig/po/ka.po anaconda-10.1.1.19/po/ka.po
570     --- anaconda-10.1.1.19.orig/po/ka.po 2004-09-30 16:10:20.000000000 -0500
571     +++ anaconda-10.1.1.19/po/ka.po 2005-06-09 12:14:27.000000000 -0500
572     @@ -1928,7 +1928,7 @@
573    
574     #: ../text.py:360
575     #, python-format
576     -msgid "%s (C) 2004 Red Hat, Inc."
577     +msgid "%s Released via the GPL"
578     msgstr ""
579    
580     #: ../text.py:367
581     diff -uNr anaconda-10.1.1.19.orig/po/ko.po anaconda-10.1.1.19/po/ko.po
582     --- anaconda-10.1.1.19.orig/po/ko.po 2004-11-02 18:33:50.000000000 -0600
583     +++ anaconda-10.1.1.19/po/ko.po 2005-06-09 12:14:27.000000000 -0500
584     @@ -2284,8 +2284,8 @@
585    
586     #: ../text.py:360
587     #, python-format
588     -msgid "%s (C) 2004 Red Hat, Inc."
589     -msgstr "%s (C) 2004 Red Hat, Inc."
590     +msgid "%s Released via the GPL"
591     +msgstr "%s Released via the GPL"
592    
593     #: ../text.py:367
594     msgid " <F1> for help | <Tab> between elements | <Space> selects | <F12> next screen"
595     diff -uNr anaconda-10.1.1.19.orig/po/ku.po anaconda-10.1.1.19/po/ku.po
596     --- anaconda-10.1.1.19.orig/po/ku.po 2004-09-30 16:10:20.000000000 -0500
597     +++ anaconda-10.1.1.19/po/ku.po 2005-06-09 12:14:27.000000000 -0500
598     @@ -1928,7 +1928,7 @@
599    
600     #: ../text.py:360
601     #, python-format
602     -msgid "%s (C) 2004 Red Hat, Inc."
603     +msgid "%s Released via the GPL"
604     msgstr ""
605    
606     #: ../text.py:367
607     diff -uNr anaconda-10.1.1.19.orig/po/lo.po anaconda-10.1.1.19/po/lo.po
608     --- anaconda-10.1.1.19.orig/po/lo.po 2004-09-30 16:10:20.000000000 -0500
609     +++ anaconda-10.1.1.19/po/lo.po 2005-06-09 12:14:27.000000000 -0500
610     @@ -1928,7 +1928,7 @@
611    
612     #: ../text.py:360
613     #, python-format
614     -msgid "%s (C) 2004 Red Hat, Inc."
615     +msgid "%s Released via the GPL"
616     msgstr ""
617    
618     #: ../text.py:367
619     diff -uNr anaconda-10.1.1.19.orig/po/lt.po anaconda-10.1.1.19/po/lt.po
620     --- anaconda-10.1.1.19.orig/po/lt.po 2004-09-30 16:10:20.000000000 -0500
621     +++ anaconda-10.1.1.19/po/lt.po 2005-06-09 12:14:27.000000000 -0500
622     @@ -1971,8 +1971,8 @@
623    
624     #: ../text.py:360
625     #, python-format
626     -msgid "%s (C) 2004 Red Hat, Inc."
627     -msgstr "%s (C) 2004 Red Hat, Inc."
628     +msgid "%s Released via the GPL"
629     +msgstr "%s Released via the GPL"
630    
631     #: ../text.py:367
632     msgid ""
633     diff -uNr anaconda-10.1.1.19.orig/po/mk.po anaconda-10.1.1.19/po/mk.po
634     --- anaconda-10.1.1.19.orig/po/mk.po 2004-10-18 14:53:47.000000000 -0500
635     +++ anaconda-10.1.1.19/po/mk.po 2005-06-09 12:14:27.000000000 -0500
636     @@ -2335,8 +2335,8 @@
637    
638     #: ../text.py:360
639     #, python-format
640     -msgid "%s (C) 2004 Red Hat, Inc."
641     -msgstr "%s (C) 2004 Red Hat, Inc."
642     +msgid "%s Released via the GPL"
643     +msgstr "%s Released via the GPL"
644    
645     #: ../text.py:367
646     msgid ""
647     diff -uNr anaconda-10.1.1.19.orig/po/mr.po anaconda-10.1.1.19/po/mr.po
648     --- anaconda-10.1.1.19.orig/po/mr.po 2004-09-30 16:10:23.000000000 -0500
649     +++ anaconda-10.1.1.19/po/mr.po 2005-06-09 12:14:27.000000000 -0500
650     @@ -1928,7 +1928,7 @@
651    
652     #: ../text.py:360
653     #, python-format
654     -msgid "%s (C) 2004 Red Hat, Inc."
655     +msgid "%s Released via the GPL"
656     msgstr ""
657    
658     #: ../text.py:367
659     diff -uNr anaconda-10.1.1.19.orig/po/ms.po anaconda-10.1.1.19/po/ms.po
660     --- anaconda-10.1.1.19.orig/po/ms.po 2004-10-06 22:21:06.000000000 -0500
661     +++ anaconda-10.1.1.19/po/ms.po 2005-06-09 12:14:27.000000000 -0500
662     @@ -2294,8 +2294,8 @@
663    
664     #: ../text.py:360
665     #, python-format
666     -msgid "%s (C) 2004 Red Hat, Inc."
667     -msgstr "%s (C) 2004 Red Hat, Inc."
668     +msgid "%s Released via the GPL"
669     +msgstr "%s Released via the GPL"
670    
671     #: ../text.py:367
672     msgid " <F1> for help | <Tab> between elements | <Space> selects | <F12> next screen"
673     diff -uNr anaconda-10.1.1.19.orig/po/nb.po anaconda-10.1.1.19/po/nb.po
674     --- anaconda-10.1.1.19.orig/po/nb.po 2004-10-05 07:10:35.000000000 -0500
675     +++ anaconda-10.1.1.19/po/nb.po 2005-06-09 12:14:27.000000000 -0500
676     @@ -2297,7 +2297,7 @@
677    
678     #: ../text.py:360
679     #, python-format
680     -msgid "%s (C) 2004 Red Hat, Inc."
681     +msgid "%s Released via the GPL"
682     msgstr "%s © 2004 Red Hat, Inc."
683    
684     #: ../text.py:367
685     diff -uNr anaconda-10.1.1.19.orig/po/nl.po anaconda-10.1.1.19/po/nl.po
686     --- anaconda-10.1.1.19.orig/po/nl.po 2004-09-30 16:10:23.000000000 -0500
687     +++ anaconda-10.1.1.19/po/nl.po 2005-06-09 12:14:27.000000000 -0500
688     @@ -2372,8 +2372,8 @@
689    
690     #: ../text.py:360
691     #, python-format
692     -msgid "%s (C) 2004 Red Hat, Inc."
693     -msgstr "%s (C) 2004 Red Hat, Inc."
694     +msgid "%s Released via the GPL"
695     +msgstr "%s Released via the GPL"
696    
697     #: ../text.py:367
698     msgid ""
699     diff -uNr anaconda-10.1.1.19.orig/po/nn.po anaconda-10.1.1.19/po/nn.po
700     --- anaconda-10.1.1.19.orig/po/nn.po 2004-09-30 16:10:23.000000000 -0500
701     +++ anaconda-10.1.1.19/po/nn.po 2005-06-09 12:14:27.000000000 -0500
702     @@ -2034,7 +2034,7 @@
703    
704     #: ../text.py:360
705     #, python-format
706     -msgid "%s (C) 2004 Red Hat, Inc."
707     +msgid "%s Released via the GPL"
708     msgstr ""
709    
710     #: ../text.py:367
711     diff -uNr anaconda-10.1.1.19.orig/po/no.po anaconda-10.1.1.19/po/no.po
712     --- anaconda-10.1.1.19.orig/po/no.po 2004-10-05 07:11:01.000000000 -0500
713     +++ anaconda-10.1.1.19/po/no.po 2005-06-09 12:14:27.000000000 -0500
714     @@ -2297,7 +2297,7 @@
715    
716     #: ../text.py:360
717     #, python-format
718     -msgid "%s (C) 2004 Red Hat, Inc."
719     +msgid "%s Released via the GPL"
720     msgstr "%s © 2004 Red Hat, Inc."
721    
722     #: ../text.py:367
723     diff -uNr anaconda-10.1.1.19.orig/po/pl.po anaconda-10.1.1.19/po/pl.po
724     --- anaconda-10.1.1.19.orig/po/pl.po 2004-10-12 07:15:49.000000000 -0500
725     +++ anaconda-10.1.1.19/po/pl.po 2005-06-09 12:14:27.000000000 -0500
726     @@ -2307,8 +2307,8 @@
727    
728     #: ../text.py:360
729     #, python-format
730     -msgid "%s (C) 2004 Red Hat, Inc."
731     -msgstr "%s (C) 2004 Red Hat, Inc."
732     +msgid "%s Released via the GPL"
733     +msgstr "%s Released via the GPL"
734    
735     #: ../text.py:367
736     msgid " <F1> for help | <Tab> between elements | <Space> selects | <F12> next screen"
737     diff -uNr anaconda-10.1.1.19.orig/po/pt_BR.po anaconda-10.1.1.19/po/pt_BR.po
738     --- anaconda-10.1.1.19.orig/po/pt_BR.po 2004-11-08 21:17:54.000000000 -0600
739     +++ anaconda-10.1.1.19/po/pt_BR.po 2005-06-09 12:14:27.000000000 -0500
740     @@ -2363,8 +2363,8 @@
741    
742     #: ../text.py:360
743     #, python-format
744     -msgid "%s (C) 2004 Red Hat, Inc."
745     -msgstr "%s (C) 2004 Red Hat, Inc."
746     +msgid "%s Released via the GPL"
747     +msgstr "%s Released via the GPL"
748    
749     #: ../text.py:367
750     msgid " <F1> for help | <Tab> between elements | <Space> selects | <F12> next screen"
751     diff -uNr anaconda-10.1.1.19.orig/po/pt.po anaconda-10.1.1.19/po/pt.po
752     --- anaconda-10.1.1.19.orig/po/pt.po 2004-10-27 05:33:14.000000000 -0500
753     +++ anaconda-10.1.1.19/po/pt.po 2005-06-09 12:14:27.000000000 -0500
754     @@ -2381,8 +2381,8 @@
755    
756     #: ../text.py:360
757     #, python-format
758     -msgid "%s (C) 2004 Red Hat, Inc."
759     -msgstr "%s (C) 2004 Red Hat, Inc."
760     +msgid "%s Released via the GPL"
761     +msgstr "%s Released via the GPL"
762    
763     #: ../text.py:367
764     msgid ""
765     diff -uNr anaconda-10.1.1.19.orig/po/ro.po anaconda-10.1.1.19/po/ro.po
766     --- anaconda-10.1.1.19.orig/po/ro.po 2004-09-30 16:10:24.000000000 -0500
767     +++ anaconda-10.1.1.19/po/ro.po 2005-06-09 12:14:27.000000000 -0500
768     @@ -2342,8 +2342,8 @@
769    
770     #: ../text.py:360
771     #, python-format
772     -msgid "%s (C) 2004 Red Hat, Inc."
773     -msgstr "%s (C) 2004 Red Hat, Inc."
774     +msgid "%s Released via the GPL"
775     +msgstr "%s Released via the GPL"
776    
777     #: ../text.py:367
778     msgid ""
779     diff -uNr anaconda-10.1.1.19.orig/po/si.po anaconda-10.1.1.19/po/si.po
780     --- anaconda-10.1.1.19.orig/po/si.po 2004-09-30 16:10:25.000000000 -0500
781     +++ anaconda-10.1.1.19/po/si.po 2005-06-09 12:14:27.000000000 -0500
782     @@ -1928,7 +1928,7 @@
783    
784     #: ../text.py:360
785     #, python-format
786     -msgid "%s (C) 2004 Red Hat, Inc."
787     +msgid "%s Released via the GPL"
788     msgstr ""
789    
790     #: ../text.py:367
791     diff -uNr anaconda-10.1.1.19.orig/po/sk.po anaconda-10.1.1.19/po/sk.po
792     --- anaconda-10.1.1.19.orig/po/sk.po 2004-10-05 23:41:32.000000000 -0500
793     +++ anaconda-10.1.1.19/po/sk.po 2005-06-09 12:14:27.000000000 -0500
794     @@ -2182,7 +2182,7 @@
795    
796     #: ../text.py:360
797     #, python-format
798     -msgid "%s (C) 2004 Red Hat, Inc."
799     +msgid "%s Released via the GPL"
800     msgstr "%s © 2004 Red Hat, Inc."
801    
802     #: ../text.py:367
803     diff -uNr anaconda-10.1.1.19.orig/po/sl.po anaconda-10.1.1.19/po/sl.po
804     --- anaconda-10.1.1.19.orig/po/sl.po 2004-09-30 16:10:25.000000000 -0500
805     +++ anaconda-10.1.1.19/po/sl.po 2005-06-09 12:14:27.000000000 -0500
806     @@ -2305,8 +2305,8 @@
807    
808     #: ../text.py:360
809     #, python-format
810     -msgid "%s (C) 2004 Red Hat, Inc."
811     -msgstr "%s (C) 2004 Red Hat, Inc."
812     +msgid "%s Released via the GPL"
813     +msgstr "%s Released via the GPL"
814    
815     #: ../text.py:367
816     msgid ""
817     diff -uNr anaconda-10.1.1.19.orig/po/sq.po anaconda-10.1.1.19/po/sq.po
818     --- anaconda-10.1.1.19.orig/po/sq.po 2004-09-30 16:10:27.000000000 -0500
819     +++ anaconda-10.1.1.19/po/sq.po 2005-06-09 12:14:27.000000000 -0500
820     @@ -1928,7 +1928,7 @@
821    
822     #: ../text.py:360
823     #, python-format
824     -msgid "%s (C) 2004 Red Hat, Inc."
825     +msgid "%s Released via the GPL"
826     msgstr ""
827    
828     #: ../text.py:367
829     diff -uNr anaconda-10.1.1.19.orig/po/sr.po anaconda-10.1.1.19/po/sr.po
830     --- anaconda-10.1.1.19.orig/po/sr.po 2004-09-30 16:10:27.000000000 -0500
831     +++ anaconda-10.1.1.19/po/sr.po 2005-06-09 12:14:27.000000000 -0500
832     @@ -2070,7 +2070,7 @@
833    
834     #: ../text.py:360
835     #, fuzzy, python-format
836     -msgid "%s (C) 2004 Red Hat, Inc."
837     +msgid "%s Released via the GPL"
838     msgstr "Red Hat Linux (C) 2001 Red Hat, Inc."
839    
840     #: ../text.py:367
841     @@ -6788,7 +6788,7 @@
842     "for %s? If you don't see the disk drive you're using listed here, press F2 "
843     "to configure additional devices."
844     msgstr ""
845     -"Na kojoj particiji i u kom direktorijumu se nalaze RedHat/RPMS i RedHat/base "
846     +"Na kojoj particiji i u kom direktorijumu se nalaze CentOS/RPMS i CentOS/base "
847     "direktorijumi? Ako disk koji koristite nijke naveden ovde, pritisnite F2 da "
848     "biste podesili dodatne uređaje."
849    
850     diff -uNr anaconda-10.1.1.19.orig/po/sv.po anaconda-10.1.1.19/po/sv.po
851     --- anaconda-10.1.1.19.orig/po/sv.po 2004-10-04 17:45:49.000000000 -0500
852     +++ anaconda-10.1.1.19/po/sv.po 2005-06-09 12:14:28.000000000 -0500
853     @@ -2316,7 +2316,7 @@
854    
855     #: ../text.py:360
856     #, python-format
857     -msgid "%s (C) 2004 Red Hat, Inc."
858     +msgid "%s Released via the GPL"
859     msgstr "%s © 2004 Red Hat, Inc."
860    
861     #: ../text.py:367
862     diff -uNr anaconda-10.1.1.19.orig/po/ta.po anaconda-10.1.1.19/po/ta.po
863     --- anaconda-10.1.1.19.orig/po/ta.po 2004-11-05 06:37:25.000000000 -0600
864     +++ anaconda-10.1.1.19/po/ta.po 2005-06-09 12:14:28.000000000 -0500
865     @@ -2208,8 +2208,8 @@
866    
867     #: ../text.py:360
868     #, python-format
869     -msgid "%s (C) 2004 Red Hat, Inc."
870     -msgstr "%s (C) 2004 Red Hat, Inc."
871     +msgid "%s Released via the GPL"
872     +msgstr "%s Released via the GPL"
873    
874     #: ../text.py:367
875     msgid " <F1> for help | <Tab> between elements | <Space> selects | <F12> next screen"
876     diff -uNr anaconda-10.1.1.19.orig/po/th.po anaconda-10.1.1.19/po/th.po
877     --- anaconda-10.1.1.19.orig/po/th.po 2004-09-30 16:10:28.000000000 -0500
878     +++ anaconda-10.1.1.19/po/th.po 2005-06-09 12:14:28.000000000 -0500
879     @@ -2238,8 +2238,8 @@
880    
881     #: ../text.py:360
882     #, python-format
883     -msgid "%s (C) 2004 Red Hat, Inc."
884     -msgstr "%s (C) 2004 Red Hat, Inc."
885     +msgid "%s Released via the GPL"
886     +msgstr "%s Released via the GPL"
887    
888     #: ../text.py:367
889     msgid ""
890     diff -uNr anaconda-10.1.1.19.orig/po/tr.po anaconda-10.1.1.19/po/tr.po
891     --- anaconda-10.1.1.19.orig/po/tr.po 2004-09-30 16:10:28.000000000 -0500
892     +++ anaconda-10.1.1.19/po/tr.po 2005-06-09 12:14:28.000000000 -0500
893     @@ -2304,8 +2304,8 @@
894    
895     #: ../text.py:360
896     #, python-format
897     -msgid "%s (C) 2004 Red Hat, Inc."
898     -msgstr "%s (C) 2004 Red Hat, Inc."
899     +msgid "%s Released via the GPL"
900     +msgstr "%s Released via the GPL"
901    
902     #: ../text.py:367
903     msgid ""
904     diff -uNr anaconda-10.1.1.19.orig/po/uk.po anaconda-10.1.1.19/po/uk.po
905     --- anaconda-10.1.1.19.orig/po/uk.po 2004-09-30 16:10:28.000000000 -0500
906     +++ anaconda-10.1.1.19/po/uk.po 2005-06-09 12:14:28.000000000 -0500
907     @@ -2294,8 +2294,8 @@
908    
909     #: ../text.py:360
910     #, python-format
911     -msgid "%s (C) 2004 Red Hat, Inc."
912     -msgstr "%s (C) 2004 Red Hat, Inc."
913     +msgid "%s Released via the GPL"
914     +msgstr "%s Released via the GPL"
915    
916     #: ../text.py:367
917     msgid ""
918     diff -uNr anaconda-10.1.1.19.orig/po/ur.po anaconda-10.1.1.19/po/ur.po
919     --- anaconda-10.1.1.19.orig/po/ur.po 2004-09-30 16:10:28.000000000 -0500
920     +++ anaconda-10.1.1.19/po/ur.po 2005-06-09 12:14:28.000000000 -0500
921     @@ -1928,7 +1928,7 @@
922    
923     #: ../text.py:360
924     #, python-format
925     -msgid "%s (C) 2004 Red Hat, Inc."
926     +msgid "%s Released via the GPL"
927     msgstr ""
928    
929     #: ../text.py:367
930     diff -uNr anaconda-10.1.1.19.orig/po/vi.po anaconda-10.1.1.19/po/vi.po
931     --- anaconda-10.1.1.19.orig/po/vi.po 2004-09-30 16:10:29.000000000 -0500
932     +++ anaconda-10.1.1.19/po/vi.po 2005-06-09 12:14:28.000000000 -0500
933     @@ -2265,7 +2265,7 @@
934    
935     #: ../text.py:360
936     #, fuzzy, python-format
937     -msgid "%s (C) 2004 Red Hat, Inc."
938     +msgid "%s Released via the GPL"
939     msgstr "%s (C) 2003 Red Hat, Inc."
940    
941     #: ../text.py:367
942     diff -uNr anaconda-10.1.1.19.orig/po/zh_CN.po anaconda-10.1.1.19/po/zh_CN.po
943     --- anaconda-10.1.1.19.orig/po/zh_CN.po 2004-10-06 23:39:23.000000000 -0500
944     +++ anaconda-10.1.1.19/po/zh_CN.po 2005-06-09 12:14:28.000000000 -0500
945     @@ -2181,8 +2181,8 @@
946    
947     #: ../text.py:360
948     #, python-format
949     -msgid "%s (C) 2004 Red Hat, Inc."
950     -msgstr "%s (C) 2004 Red Hat, Inc."
951     +msgid "%s Released via the GPL"
952     +msgstr "%s Released via the GPL"
953    
954     #: ../text.py:367
955     msgid " <F1> for help | <Tab> between elements | <Space> selects | <F12> next screen"
956     diff -uNr anaconda-10.1.1.19.orig/po/zh_TW.po anaconda-10.1.1.19/po/zh_TW.po
957     --- anaconda-10.1.1.19.orig/po/zh_TW.po 2004-09-30 19:09:07.000000000 -0500
958     +++ anaconda-10.1.1.19/po/zh_TW.po 2005-06-09 12:14:29.000000000 -0500
959     @@ -2191,8 +2191,8 @@
960    
961     #: ../text.py:360
962     #, python-format
963     -msgid "%s (C) 2004 Red Hat, Inc."
964     -msgstr "%s (C) 2004 Red Hat, Inc."
965     +msgid "%s Released via the GPL"
966     +msgstr "%s Released via the GPL"
967    
968     #: ../text.py:367
969     msgid " <F1> for help | <Tab> between elements | <Space> selects | <F12> next screen"
970     diff -uNr anaconda-10.1.1.19.orig/po/zu.po anaconda-10.1.1.19/po/zu.po
971     --- anaconda-10.1.1.19.orig/po/zu.po 2004-09-30 16:10:29.000000000 -0500
972     +++ anaconda-10.1.1.19/po/zu.po 2005-06-09 12:14:29.000000000 -0500
973     @@ -2305,8 +2305,8 @@
974    
975     #: ../text.py:360
976     #, fuzzy, python-format
977     -msgid "%s (C) 2004 Red Hat, Inc."
978     -msgstr "%s (C) 2004 Red Hat, Inc."
979     +msgid "%s Released via the GPL"
980     +msgstr "%s Released via the GPL"
981    
982     #: ../text.py:367
983     msgid ""
984     diff -uNr anaconda-10.1.1.19.orig/product.py anaconda-10.1.1.19/product.py
985     --- anaconda-10.1.1.19.orig/product.py 2003-10-14 17:55:06.000000000 -0500
986     +++ anaconda-10.1.1.19/product.py 2005-06-09 12:14:29.000000000 -0500
987     @@ -22,14 +22,14 @@
988     if path is None:
989     productName = "anaconda"
990     productVersion = "bluesky"
991     - productPath = "RedHat"
992     + productPath = "CentOS"
993     else:
994     f = open(path, "r")
995     lines = f.readlines()
996     if len(lines) < 4:
997     productName = "anaconda"
998     productVersion = "bluesky"
999     - productPath = "RedHat"
1000     + productPath = "CentOS"
1001     else:
1002     productName = lines[1][:-1]
1003     productVersion = lines[2][:-1]
1004     diff -uNr anaconda-10.1.1.19.orig/scripts/buildinstall anaconda-10.1.1.19/scripts/buildinstall
1005     --- anaconda-10.1.1.19.orig/scripts/buildinstall 2004-03-16 16:18:49.000000000 -0600
1006     +++ anaconda-10.1.1.19/scripts/buildinstall 2005-06-09 12:14:29.000000000 -0500
1007     @@ -7,7 +7,7 @@
1008    
1009     COMPNAME=dist-7.0
1010     RUN=1
1011     -PRODUCTPATH="RedHat"
1012     +PRODUCTPATH="CentOS"
1013    
1014     while [ $# -gt 0 ]; do
1015     case $1 in
1016     diff -uNr anaconda-10.1.1.19.orig/scripts/check-repository.py anaconda-10.1.1.19/scripts/check-repository.py
1017     --- anaconda-10.1.1.19.orig/scripts/check-repository.py 2002-10-08 16:32:46.000000000 -0500
1018     +++ anaconda-10.1.1.19/scripts/check-repository.py 2005-06-09 12:14:29.000000000 -0500
1019     @@ -9,9 +9,9 @@
1020     #
1021     # Checks RH comps, hdlist files and RPMS directory. I use:
1022     #
1023     -# /ftp/redhat-7.0/RedHat/base/comps
1024     -# /ftp/redhat-7.0/RedHat/base/hdlist
1025     -# /ftp/redhat-7.0/RedHat/RPMS/*
1026     +# /ftp/redhat-7.0/CentOS/base/comps
1027     +# /ftp/redhat-7.0/CentOS/base/hdlist
1028     +# /ftp/redhat-7.0/CentOS/RPMS/*
1029     #
1030     # So, you run this with 'check-repository.py /ftp/redhat-7.0'
1031     #
1032     @@ -59,15 +59,15 @@
1033    
1034     def readComps(self, hdlist):
1035     cs = ComponentSet(self.path +
1036     - '/RedHat/base/comps', hdlist)
1037     + '/CentOS/base/comps', hdlist)
1038     return cs
1039    
1040     def getFilename(self, h):
1041     - return self.path + "/RedHat/RPMS/" + self.fnames[h]
1042     + return self.path + "/CentOS/RPMS/" + self.fnames[h]
1043    
1044     def readHeaders(self):
1045     hl = []
1046     - path = self.path + "/RedHat/RPMS"
1047     + path = self.path + "/CentOS/RPMS"
1048     for n in os.listdir(path):
1049     fd = os.open(path + "/" + n, 0)
1050     try:
1051     diff -uNr anaconda-10.1.1.19.orig/scripts/mk-images anaconda-10.1.1.19/scripts/mk-images
1052     --- anaconda-10.1.1.19.orig/scripts/mk-images 2004-10-26 07:40:00.000000000 -0500
1053     +++ anaconda-10.1.1.19/scripts/mk-images 2005-06-09 12:14:29.000000000 -0500
1054     @@ -18,7 +18,7 @@
1055     PRODUCT=$6
1056     VERSION=$7
1057     if [ -z "$8" ]; then
1058     - PRODUCTPATH="RedHat"
1059     + PRODUCTPATH="CentOS"
1060     else
1061     PRODUCTPATH=$8
1062     fi
1063     diff -uNr anaconda-10.1.1.19.orig/scripts/mk-rescueimage.i386 anaconda-10.1.1.19/scripts/mk-rescueimage.i386
1064     --- anaconda-10.1.1.19.orig/scripts/mk-rescueimage.i386 2003-10-22 14:35:39.000000000 -0500
1065     +++ anaconda-10.1.1.19/scripts/mk-rescueimage.i386 2005-06-09 12:14:29.000000000 -0500
1066     @@ -34,7 +34,7 @@
1067     if len(sys.argv) > 4:
1068     productpath = sys.argv[4]
1069     else:
1070     - productpath = "RedHat"
1071     + productpath = "CentOS"
1072    
1073     # clean and create destination directory
1074     os.system("rm -rf %s" % (destdir,))
1075     diff -uNr anaconda-10.1.1.19.orig/scripts/pkgorder anaconda-10.1.1.19/scripts/pkgorder
1076     --- anaconda-10.1.1.19.orig/scripts/pkgorder 2004-10-04 14:02:17.000000000 -0500
1077     +++ anaconda-10.1.1.19/scripts/pkgorder 2005-06-09 12:14:29.000000000 -0500
1078     @@ -165,7 +165,7 @@
1079     if len(args) > 3:
1080     productPath = args[3]
1081     else:
1082     - productPath = "RedHat"
1083     + productPath = "CentOS"
1084    
1085     if not os.path.isdir(distDir):
1086     print "error: %s is not a directory" % distDir
1087     diff -uNr anaconda-10.1.1.19.orig/scripts/splittree.py anaconda-10.1.1.19/scripts/splittree.py
1088     --- anaconda-10.1.1.19.orig/scripts/splittree.py 2004-09-22 14:40:03.000000000 -0500
1089     +++ anaconda-10.1.1.19/scripts/splittree.py 2005-06-09 12:14:29.000000000 -0500
1090     @@ -90,7 +90,7 @@
1091     self.total_discs = None
1092     self.bin_discs = None
1093     self.src_discs = None
1094     - self.product_path = "RedHat"
1095     + self.product_path = "CentOS"
1096     self.bin_list = []
1097     self.src_list = []
1098     self.shared_list = []
1099     @@ -224,7 +224,7 @@
1100     except OSError, (errno, msg):
1101     pass
1102    
1103     - # now create the RedHat/RPMS dir
1104     + # now create the CentOS/RPMS dir
1105     os.makedirs("%s-disc%d/%s/RPMS" % (self.dist_dir, i, self.product_path))
1106    
1107     else:
1108     @@ -385,7 +385,7 @@
1109    
1110     def usage(theerror):
1111     print theerror
1112     - print """Usage: %s --arch=i386 --total-discs=6 --bin-discs=3 --src-discs=3 --release-string="Red Hat Linux" --pkgorderfile=/tmp/pkgorder.12345 --distdir=/usr/src/someunifiedtree --srcdir=/usr/src/someunifiedtree/SRPMS --productpath=RedHat""" % sys.argv[0]
1113     + print """Usage: %s --arch=i386 --total-discs=6 --bin-discs=3 --src-discs=3 --release-string="Red Hat Linux" --pkgorderfile=/tmp/pkgorder.12345 --distdir=/usr/src/someunifiedtree --srcdir=/usr/src/someunifiedtree/SRPMS --productpath=CentOS""" % sys.argv[0]
1114     sys.exit(1)
1115    
1116    
1117     diff -uNr anaconda-10.1.1.19.orig/text.py anaconda-10.1.1.19/text.py
1118     --- anaconda-10.1.1.19.orig/text.py 2004-11-08 09:35:53.000000000 -0600
1119     +++ anaconda-10.1.1.19/text.py 2005-06-09 12:14:29.000000000 -0500
1120     @@ -357,7 +357,7 @@
1121     return WaitWindow(self.screen, title, text)
1122    
1123     def drawFrame(self):
1124     - self.welcomeText = _("%s (C) 2004 Red Hat, Inc.") % (productName,)
1125     + self.welcomeText = _("%s Released via the GPL") % (productName,)
1126     self.screen.drawRootText (0, 0, self.welcomeText)
1127     self.screen.drawRootText (len(_(self.welcomeText)), 0,
1128     (self.screen.width -
1129     diff -uNr anaconda-10.1.1.19.orig/upgrade.py anaconda-10.1.1.19/upgrade.py
1130     --- anaconda-10.1.1.19.orig/upgrade.py 2004-11-24 22:45:40.000000000 -0600
1131     +++ anaconda-10.1.1.19/upgrade.py 2005-06-09 12:14:29.000000000 -0500
1132     @@ -57,7 +57,7 @@
1133    
1134     def findExistingRoots(intf, id, chroot, upgradeany = 0):
1135     if not flags.setupFilesystems:
1136     - relstr = partedUtils.getRedHatReleaseString (chroot)
1137     + relstr = partedUtils.getCentOSReleaseString (chroot)
1138     if ((cmdline.find("upgradeany") != -1) or
1139     (upgradeany == 1) or
1140     (partedUtils.productMatches(relstr, productName))):
1141     diff -uNr anaconda-10.1.1.19.orig/urlinstall.py anaconda-10.1.1.19/urlinstall.py
1142     --- anaconda-10.1.1.19.orig/urlinstall.py 2004-10-15 15:22:19.000000000 -0500
1143     +++ anaconda-10.1.1.19/urlinstall.py 2005-06-09 12:14:29.000000000 -0500
1144     @@ -249,7 +249,7 @@
1145     if self.baseUrl[-1] == "/":
1146     self.baseUrl = self.baseUrl[:-1]
1147    
1148     - # self.baseUrl points at the path which contains the 'RedHat'
1149     + # self.baseUrl points at the path which contains the 'CentOS'
1150     # directory with the hdlist.
1151    
1152     if self.baseUrl[-6:] == "/disc1":
1153     diff -uNr anaconda-10.1.1.19.orig/utils/genhdlist.c anaconda-10.1.1.19/utils/genhdlist.c
1154     --- anaconda-10.1.1.19.orig/utils/genhdlist.c 2004-05-06 16:49:09.000000000 -0500
1155     +++ anaconda-10.1.1.19/utils/genhdlist.c 2005-06-09 12:14:29.000000000 -0500
1156     @@ -432,7 +432,7 @@
1157     char * hdListFile = NULL;
1158     char * hdListFile2 = NULL;
1159     char * depOrderFile = NULL;
1160     - char * prodDir = strdup("RedHat");
1161     + char * prodDir = strdup("CentOS");
1162     poptContext optCon;
1163     struct poptOption options[] = {
1164     { "hdlist", '\0', POPT_ARG_STRING, &hdListFile, 0 },

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed