/[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.2 - (hide annotations) (download)
Sat Dec 1 03:37:31 2007 UTC (16 years, 7 months ago) by slords
Branch: MAIN
CVS Tags: anaconda-10_1_1_81-1_centos4_1_el4_sme
Changes since 1.1: +1 -1 lines
Import on branch sme7 of package anaconda-10.1.1.81-1.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 slords 1.2 @@ -1151,15 +1151,16 @@
5 slords 1.1 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