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

Contents of /rpms/e-smith-manager/sme7/e-smith-manager-1.14.0-create.patch

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


Revision 1.2 - (show annotations) (download)
Tue Oct 7 18:44:01 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' 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