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

Diff of /rpms/anaconda/sme7/smeserver.patch

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

Revision 1.2 by slords, Sat Dec 1 03:37:31 2007 UTC Revision 1.3 by slords, Mon Mar 17 17:27:18 2008 UTC
# Line 93  diff -Nur -x '*.orig' -x '*.rej' anacond Line 93  diff -Nur -x '*.orig' -x '*.rej' anacond
93          log("Running kickstart %%post script(s)")          log("Running kickstart %%post script(s)")
94          for script in self.postScripts:          for script in self.postScripts:
95              script.run(rootPath, serial)              script.run(rootPath, serial)
96  diff -Nur -x '*.orig' -x '*.rej' anaconda-10.1.1.37/lang-table mezzanine_patched_anaconda-10.1.1.37/lang-table  --- anaconda-10.1.1.81/lang-table.sme   2004-10-25 06:38:22.000000000 -0600
97  --- anaconda-10.1.1.37/lang-table       2004-10-25 22:38:22.000000000 +1000  +++ anaconda-10.1.1.81/lang-table       2008-03-07 13:34:48.000000000 -0700
98  +++ mezzanine_patched_anaconda-10.1.1.37/lang-table     2006-04-06 06:46:15.455133408 +1000  @@ -1,41 +1,11 @@
 @@ -1,41 +1,5 @@  
99  -Arabic         ar      none                    ar_SA.UTF-8     us      Asia/Riyadh     ar_SA.UTF-8  -Arabic         ar      none                    ar_SA.UTF-8     us      Asia/Riyadh     ar_SA.UTF-8
100  -Bengali                bn      none                    bn_BD.UTF-8     us      Asia/Dhaka      bn_BD.UTF-8  -Bengali                bn      none                    bn_BD.UTF-8     us      Asia/Dhaka      bn_BD.UTF-8
101  -Bengali(India) bn      none                    bn_IN.UTF-8     us      Asia/Calcutta   bn_IN.UTF-8  -Bengali(India) bn      none                    bn_IN.UTF-8     us      Asia/Calcutta   bn_IN.UTF-8
# Line 108  diff -Nur -x '*.orig' -x '*.rej' anacond Line 107  diff -Nur -x '*.orig' -x '*.rej' anacond
107  -Czech          cs      latarcyrheb-sun16       cs_CZ.UTF-8     cz-lat2         Europe/Prague   cs_CZ.UTF-8  -Czech          cs      latarcyrheb-sun16       cs_CZ.UTF-8     cz-lat2         Europe/Prague   cs_CZ.UTF-8
108  -Danish         da      latarcyrheb-sun16       da_DK.UTF-8     dk              Europe/Copenhagen       da_DK.UTF-8  -Danish         da      latarcyrheb-sun16       da_DK.UTF-8     dk              Europe/Copenhagen       da_DK.UTF-8
109  -Dutch          nl      latarcyrheb-sun16       nl_NL.UTF-8     nl              Europe/Amsterdam        nl_NL.UTF-8  -Dutch          nl      latarcyrheb-sun16       nl_NL.UTF-8     nl              Europe/Amsterdam        nl_NL.UTF-8
110    +Dansk          da      latarcyrheb-sun16       da_DK.UTF-8     dk              Europe/Copenhagen       da_DK.UTF-8
111  +Deutsch                de      latarcyrheb-sun16       de_DE.UTF-8     de-latin1-nodeadkeys    Europe/Berlin   de_DE.UTF-8  +Deutsch                de      latarcyrheb-sun16       de_DE.UTF-8     de-latin1-nodeadkeys    Europe/Berlin   de_DE.UTF-8
112   English                en      latarcyrheb-sun16       en_US.UTF-8     us              America/New_York        en_US.UTF-8   English                en      latarcyrheb-sun16       en_US.UTF-8     us              America/New_York        en_US.UTF-8
113  -Estonian       et      latarcyrheb-sun16       et_EE.UTF-8     et              Europe/Tallinn          et_EE.UTF-8  -Estonian       et      latarcyrheb-sun16       et_EE.UTF-8     et              Europe/Tallinn          et_EE.UTF-8
# Line 142  diff -Nur -x '*.orig' -x '*.rej' anacond Line 142  diff -Nur -x '*.orig' -x '*.rej' anacond
142  +Español               es      latarcyrheb-sun16       es_ES.UTF-8     es              Europe/Madrid   es_ES.UTF-8  +Español               es      latarcyrheb-sun16       es_ES.UTF-8     es              Europe/Madrid   es_ES.UTF-8
143  +Français      fr      latarcyrheb-sun16       fr_FR.UTF-8     fr-latin1       Europe/Paris            fr_FR.UTF-8  +Français      fr      latarcyrheb-sun16       fr_FR.UTF-8     fr-latin1       Europe/Paris            fr_FR.UTF-8
144  +Italiano       it      latarcyrheb-sun16       it_IT.UTF-8     it              Europe/Rome     it_IT.UTF-8  +Italiano       it      latarcyrheb-sun16       it_IT.UTF-8     it              Europe/Rome     it_IT.UTF-8
145    +Magyar         hu      latarcyrheb-sun16       hu_HU.UTF-8     hu                      Europe/Budapest hu_HU.UTF-8
146    +Nederlands     nl      latarcyrheb-sun16       nl_NL.UTF-8     nl              Europe/Amsterdam        nl_NL.UTF-8
147    +Português     pt      latarcyrheb-sun16       pt_PT.UTF-8     pt-latin1       Europe/Lisbon   pt_PT.UTF-8
148    +Slovenski      sl      latarcyrheb-sun16       sl_SI.UTF-8     slovene         Europe/Ljubljana        sl_SI.UTF-8
149    +Svensk         sv      latarcyrheb-sun16       sv_SE.UTF-8     sv-latin1       Europe/Stockholm        sv_SE.UTF-8
150    --- anaconda-10.1.1.81/packages.py.sme  2008-03-17 11:02:31.000000000 -0600
151    +++ anaconda-10.1.1.81/packages.py      2008-03-17 11:07:55.000000000 -0600
152    @@ -1610,7 +1610,7 @@
153                                       "from testers, and it is not suitable "
154                                       "for day to day usage.\n\n"
155                                       "To report feedback, please visit:\n\n"
156    -                                  "   http://www.centos.orrg/bugs\n\n"
157    +                                  "   http://bugs.contribs.org/\n\n"
158                                       "and file a report against '%s'.\n"
159                                        %(productName, fileagainst)),
160                                       type="custom", custom_icon="warning",
161  diff -Nur -x '*.orig' -x '*.rej' anaconda-10.1.1.37/partedUtils.py mezzanine_patched_anaconda-10.1.1.37/partedUtils.py  diff -Nur -x '*.orig' -x '*.rej' anaconda-10.1.1.37/partedUtils.py mezzanine_patched_anaconda-10.1.1.37/partedUtils.py
162  --- anaconda-10.1.1.37/partedUtils.py   2006-04-06 06:59:28.175482025 +1000  --- anaconda-10.1.1.37/partedUtils.py   2006-04-06 06:59:28.175482025 +1000
163  +++ mezzanine_patched_anaconda-10.1.1.37/partedUtils.py 2006-04-06 06:47:31.309955789 +1000  +++ mezzanine_patched_anaconda-10.1.1.37/partedUtils.py 2006-04-06 06:47:31.309955789 +1000
# Line 358  diff -Nur -x '*.orig' -x '*.rej' anacond Line 374  diff -Nur -x '*.orig' -x '*.rej' anacond
374  -           else:  -           else:
375  -               devname = drive  -               devname = drive
376  -            partList.append("%s (%s)" %(desc, drive))  -            partList.append("%s (%s)" %(desc, drive))
377  +            partList.append("Upgrade existing \"%s\" system" %(desc))  +            partList.append(_("Upgrade existing \"%s\" system") %(desc))
378    
379           (button, choice) =  ListboxChoiceWindow(screen, _("System to Upgrade"),           (button, choice) =  ListboxChoiceWindow(screen, _("System to Upgrade"),
380  -                            _("One or more existing Linux installations "  -                            _("One or more existing Linux installations "


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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