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

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

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


Revision 1.2 - (hide annotations) (download)
Tue Oct 7 18:44:02 2008 UTC (15 years, 8 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
New streams

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-03-31 14:26:04.000000000 -0600
3     +++ mezzanine_patched_e-smith-manager-1.14.0/root/etc/e-smith/events/actions/navigation-conf 2008-03-31 14:26:00.000000000 -0600
4     @@ -81,7 +81,7 @@
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);
9     + unlink $navinfo unless $navdb;
10     $navdb ||= esmith::ConfigDB->create($navinfo) or
11     die "Couldn't create $navinfo\n";
12     $navdbs{$lang} ||= $navdb;

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