packages: bootchart/errors-fd.patch (NEW) - it is common to report errors t...

glen glen at pld-linux.org
Thu Nov 19 14:27:56 CET 2009


Author: glen                         Date: Thu Nov 19 13:27:56 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- it is common to report errors to stderr

---- Files affected:
packages/bootchart:
   errors-fd.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/bootchart/errors-fd.patch
diff -u /dev/null packages/bootchart/errors-fd.patch:1.1
--- /dev/null	Thu Nov 19 14:27:56 2009
+++ packages/bootchart/errors-fd.patch	Thu Nov 19 14:27:51 2009
@@ -0,0 +1,11 @@
+--- bootchart-0.9/script/bootchart~	2005-11-13 19:40:01.000000000 +0200
++++ bootchart-0.9/script/bootchart	2009-11-19 15:25:56.134357109 +0200
+@@ -7,7 +7,7 @@
+ if [ -f /usr/share/java-utils/java-functions ] ; then
+   . /usr/share/java-utils/java-functions
+ else
+-  echo "Can't find functions library, aborting"
++  echo >&2 "Can't find functions library, aborting"
+   exit 1
+ fi
+ 
================================================================


More information about the pld-cvs-commit mailing list