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 2006-03-16 17:22:21.000000000 +1100 |
3 |
+++ mezzanine_patched_smeserver-yum-1.2.0/createlinks 2006-04-18 16:41:50.324768116 +1000 |
4 |
@@ -15,14 +15,12 @@ |
5 |
event_link("yum-action", "yum-$_", "20"); |
6 |
event_link("initialize-default-databases", "yum-$_", "50"); |
7 |
event_link("navigation-conf", "yum-$_", "80"); |
8 |
- event_link("yum-update-dbs", "yum-$_", "90"); |
9 |
} |
10 |
|
11 |
-# for ( qw(install modify remove update) ) |
12 |
-# { |
13 |
- # safe_symlink("once", |
14 |
- # "root/etc/e-smith/events/yum-$_/services2adjust/yum"); |
15 |
-# } |
16 |
+for ( qw(install remove update modify) ) |
17 |
+{ |
18 |
+ event_link("yum-update-dbs", "yum-$_", "90"); |
19 |
+} |
20 |
|
21 |
for ( qw(bootstrap-console-save) ) |
22 |
{ |