Author: glen                         Date: Tue Dec  5 21:29:49 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- bash->ksh

---- Files affected:
SOURCES:
   bootchart-bash.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/bootchart-bash.patch
diff -u /dev/null SOURCES/bootchart-bash.patch:1.1
--- /dev/null   Tue Dec  5 22:29:49 2006
+++ SOURCES/bootchart-bash.patch        Tue Dec  5 22:29:44 2006
@@ -0,0 +1,11 @@
+--- bootchart-0.9/script/bootchartd~   2005-11-13 19:40:01.000000000 +0200
++++ bootchart-0.9/script/bootchartd    2006-12-05 23:28:56.809443296 +0200
+@@ -101,7 +101,7 @@
+               # Write the time (in jiffies).
+               read uptime < /proc/uptime
+               uptime=${uptime%% [0-9]*}
+-              uptime=${uptime/./}
++              uptime=${uptime%.*}${uptime#*.}
+               echo $uptime
+ 
+               # Log the command output
================================================================
_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to