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

Annotation of /rpms/anaconda/sme7/upgrade-install.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:16 2007 UTC (17 years, 1 month ago) by slords
Branch: MAIN
CVS Tags: anaconda-10_1_1_63-4_centos4_1_el4_sme
Import on branch sme7 of package anaconda-10.1.1.63-4.centos4.1.el4.sme.src.rpm

1 slords 1.1 diff -Nur -x '*.orig' -x '*.rej' anaconda-10.1.1.37/packages.py mezzanine_patched_anaconda-10.1.1.37/packages.py
2     --- anaconda-10.1.1.37/packages.py 2006-04-06 05:58:42.557730846 +1000
3     +++ mezzanine_patched_anaconda-10.1.1.37/packages.py 2006-04-06 05:58:21.338434100 +1000
4     @@ -1134,15 +1134,16 @@
5     if flags.test:
6     return
7    
8     - w = intf.progressWindow(_("Post Install"),
9     - _("Performing post install configuration..."), 6)
10     -
11     upgrade = id.upgrade.get()
12     arch = iutil.getArch ()
13    
14     if upgrade:
15     + w = intf.progressWindow(_("Post Upgrade"),
16     + _("Performing post upgrade configuration..."), 6)
17     logname = '/root/upgrade.log'
18     else:
19     + w = intf.progressWindow(_("Post Install"),
20     + _("Performing post install configuration..."), 6)
21     logname = '/root/install.log'
22    
23     instLogName = instPath + logname

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