/[smeserver]/rpms/smeserver-yum/sme8/smeserver-yum-1.2.0-ModifyUpdateDBs.patch
ViewVC logotype

Contents of /rpms/smeserver-yum/sme8/smeserver-yum-1.2.0-ModifyUpdateDBs.patch

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


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

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 {

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