/[pkgs]/rpms/openoffice.org/devel/openoffice.org-3.1.0.oooXXXXX.solenv.allowmissing.patch
ViewVC logotype

Contents of /rpms/openoffice.org/devel/openoffice.org-3.1.0.oooXXXXX.solenv.allowmissing.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download) (as text)
Sat Oct 10 15:48:46 2009 UTC (6 weeks, 1 day ago) by caolanm
Branch: MAIN
CVS Tags: openoffice_org-3_2_0-2_2_fc13, openoffice_org-3_2_0-2_1_fc13, openoffice_org-3_2_0-4_2_fc13, openoffice_org-3_2_0-2_4_fc13, openoffice_org-3_2_0-1_2_fc13, openoffice_org-3_2_0-4_1_fc13, openoffice_org-3_2_0-2_3_fc13, openoffice_org-3_2_0-5_1_fc13, openoffice_org-3_2_0-3_1_fc13, openoffice_org-3_2_0-3_2_fc13, openoffice_org-3_2_0-1_1_fc13, openoffice_org-3_2_0-2_5_fc13, openoffice_org-3_2_0-3_4_fc13, HEAD
Changes since 1.1: +18 -8 lines
File MIME type: text/x-patch
first 3.2.0 milestone
1 Index: bin/modules/installer/scriptitems.pm
2 ===================================================================
3 RCS file: /cvs/tools/solenv/bin/modules/installer/scriptitems.pm,v
4 retrieving revision 1.17
5 diff -u -p -r1.17 scriptitems.pm
6 --- openoffice.org.orig/solenv/bin/modules/installer/scriptitems.pm 24 Feb 2005 16:21:15 -0000 1.17
7 +++ openoffice.org/solenv/bin/modules/installer/scriptitems.pm 18 Mar 2005 22:39:42 -0000
8 @@ -1378,8 +1378,7 @@
9 $infoline = "ERROR: Removing file $filename from file list.\n";
10 push( @installer::globals::logfileinfo, $infoline);
11
12 - push(@missingfiles, "ERROR: File not found: $filename\n");
13 - $error_occured = 1;
14 + push(@missingfiles, "Warning: File not found: $filename\n");
15
16 next; # removing this file from list, if sourcepath is empty
17 }
18 @@ -1390,8 +1389,7 @@
19 $infoline = "ERROR: Removing file $filename from file list.\n";
20 push( @installer::globals::logfileinfo, $infoline);
21
22 - push(@missingfiles, "ERROR: File not found: $filename\n");
23 - $error_occured = 1;
24 + push(@missingfiles, "Warning: File not found: $filename\n");
25
26 next; # removing this file from list, if sourcepath is empty
27 }

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2