1 |
diff -Nur -x '*.orig' -x '*.rej' smeserver-yum-1.2.0/createlinks mezzanine_patched_smeserver-yum-1.2.0/createlinks |
2 |
--- smeserver-yum-1.2.0/createlinks 2008-08-10 09:32:49.000000000 -0600 |
3 |
+++ mezzanine_patched_smeserver-yum-1.2.0/createlinks 2008-08-10 09:32:27.000000000 -0600 |
4 |
@@ -4,11 +4,13 @@ |
5 |
use File::Basename; |
6 |
use File::Path; |
7 |
|
8 |
-foreach my $file (qw(/etc/crontab /etc/yum.conf)) |
9 |
+foreach my $file (qw(/etc/yum.conf)) |
10 |
{ |
11 |
templates2events($file, qw(yum-modify bootstrap-console-save)); |
12 |
} |
13 |
|
14 |
+templates2events("/etc/crontab", "yum-modify"); |
15 |
+ |
16 |
for ( qw(install remove update) ) |
17 |
{ |
18 |
event_link("yum-action", "yum-$_", "20"); |