/[smeserver]/rpms/smeserver-yum/sme7/smeserver-yum-1.2.0-includepkgs.patch2
ViewVC logotype

Annotation of /rpms/smeserver-yum/sme7/smeserver-yum-1.2.0-includepkgs.patch2

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


Revision 1.2 - (hide annotations) (download)
Tue Oct 7 14:47:50 2008 UTC (15 years, 8 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
New streams

1 slords 1.1 diff -Nur -x '*.orig' -x '*.rej' smeserver-yum-1.2.0/root/etc/e-smith/templates/etc/yum.conf/20repositories mezzanine_patched_smeserver-yum-1.2.0/root/etc/e-smith/templates/etc/yum.conf/20repositories
2     --- smeserver-yum-1.2.0/root/etc/e-smith/templates/etc/yum.conf/20repositories 2006-11-30 17:15:19.000000000 -0700
3     +++ mezzanine_patched_smeserver-yum-1.2.0/root/etc/e-smith/templates/etc/yum.conf/20repositories 2006-11-30 17:14:16.000000000 -0700
4     @@ -38,9 +38,9 @@
5     $OUT .= "exclude=" . join(' ', split(/,/, $props{Exclude})) . "\n";
6     }
7    
8     - if (exists $props{Includepkgs})
9     + if (exists $props{IncludePkgs})
10     {
11     - $OUT .= "includepkgs=" . join(' ', split(/,/, $props{Includepkgs})) . "\n";
12     + $OUT .= "includepkgs=" . join(' ', split(/,/, $props{IncludePkgs})) . "\n";
13     }
14    
15     if (exists $props{GPGKey})

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