/[smeserver]/rpms/e-smith-manager/sme8/e-smith-manager-1.14.0-create.patch
ViewVC logotype

Annotation of /rpms/e-smith-manager/sme8/e-smith-manager-1.14.0-create.patch

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


Revision 1.1 - (hide annotations) (download)
Tue Jul 1 14:53:45 2008 UTC (15 years, 11 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-manager-1_14_0-18_el5_sme, e-smith-manager-1_14_0-20_el5_sme, e-smith-manager-1_14_0-19_el5_sme
Updates

1 slords 1.1 diff -Nur -x '*.orig' -x '*.rej' e-smith-manager-1.14.0/root/etc/e-smith/events/actions/navigation-conf mezzanine_patched_e-smith-manager-1.14.0/root/etc/e-smith/events/actions/navigation-conf
2     --- e-smith-manager-1.14.0/root/etc/e-smith/events/actions/navigation-conf 2008-07-01 08:51:08.000000000 -0600
3     +++ mezzanine_patched_e-smith-manager-1.14.0/root/etc/e-smith/events/actions/navigation-conf 2008-07-01 08:50:54.000000000 -0600
4     @@ -81,7 +81,8 @@
5     #warn "updating script $file for lang $lang\n";
6     my $navdb = $navdbs{$lang};
7     my $navinfo = NAVIGATIONDIR . "/navigation.$lang";
8     - $navdb ||= esmith::ConfigDB->open($navinfo) or
9     + $navdb ||= esmith::ConfigDB->open($navinfo);
10     + $navdb ||= esmith::ConfigDB->create($navinfo) or
11     die "Couldn't create $navinfo\n";
12     $navdbs{$lang} ||= $navdb;
13     my $rec = $navdb->get($file) ||

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