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}) |