SOURCES: bootchart-bash.patch (NEW) - bash->ksh

glen glen at pld-linux.org
Tue Dec 5 22:29:49 CET 2006


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
================================================================


More information about the pld-cvs-commit mailing list