]> git.pld-linux.org Git - packages/bootchart.git/commitdiff
- bash->ksh
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 5 Dec 2006 21:29:44 +0000 (21:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bootchart-bash.patch -> 1.1

bootchart-bash.patch [new file with mode: 0644]

diff --git a/bootchart-bash.patch b/bootchart-bash.patch
new file mode 100644 (file)
index 0000000..4c7f326
--- /dev/null
@@ -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
This page took 0.038478 seconds and 4 git commands to generate.