summaryrefslogtreecommitdiff
path: root/extra/bootchart
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-02 00:01:14 +0000
committerroot <root@rshg054.dnsready.net>2012-04-02 00:01:14 +0000
commit8ebbe4e4befac1396a153b356fc9793655dde4ff (patch)
treeb957bcef566f4da47b8d4a406c64837ec6e3b2e7 /extra/bootchart
parent939efb693a8b362edc0c6ccba62c5ce54fb501af (diff)
Mon Apr 2 00:01:14 UTC 2012
Diffstat (limited to 'extra/bootchart')
-rw-r--r--extra/bootchart/PKGBUILD10
-rw-r--r--extra/bootchart/build.patch24
2 files changed, 25 insertions, 9 deletions
diff --git a/extra/bootchart/PKGBUILD b/extra/bootchart/PKGBUILD
index 5eb0b3d28..9a48b1b01 100644
--- a/extra/bootchart/PKGBUILD
+++ b/extra/bootchart/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 154392 2012-03-27 12:40:40Z tomegun $
+# $Id: PKGBUILD 154945 2012-03-31 14:17:08Z tomegun $
# Maintainer: Tom Gundersen <teg@jklm.no>
pkgname="bootchart"
-pkgver=1.15
+pkgver=1.16
pkgrel=1
-pkgdesc="a 'startup' graphing tool"
+pkgdesc="A 'startup' graphing tool"
url="https://meego.gitorious.org/meego-developer-tools/bootchart"
license=('GPL2')
arch=(i686 x86_64)
@@ -23,5 +23,5 @@ package() {
cd "$srcdir/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
}
-md5sums=('e24cad9db140521fca5193a88589e669'
- '5546709bc77b775290cb54a29affa6ec')
+md5sums=('d563854bdbf0f0de821406881164a607'
+ '381f1375d5563ced806a5bbe7b2efd8e')
diff --git a/extra/bootchart/build.patch b/extra/bootchart/build.patch
index 82c6e1bfd..91ca34def 100644
--- a/extra/bootchart/build.patch
+++ b/extra/bootchart/build.patch
@@ -1,15 +1,18 @@
-From 4fe62e6b4c072676d246be02ba92a1df3a9d0feb Mon Sep 17 00:00:00 2001
+From 4d34b379411f781a494b4775260d550ff61e22e4 Mon Sep 17 00:00:00 2001
From: Tom Gundersen <teg@jklm.no>
Date: Fri, 16 Mar 2012 01:34:10 +0100
Subject: [PATCH] Makefile: move binary and avoid empty dirs
Install to /usr/bin by default, and don't install an empty /etc.
+
+v2: Adjust README to reflect the change.
---
Makefile | 10 ++++------
- 1 file changed, 4 insertions(+), 6 deletions(-)
+ README | 2 +-
+ 2 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/Makefile b/Makefile
-index 566a848..c017509 100644
+index 2150ed3..ae432fa 100644
--- a/Makefile
+++ b/Makefile
@@ -6,12 +6,10 @@ CC := gcc
@@ -29,6 +32,19 @@ index 566a848..c017509 100644
OBJS := log.o svg.o bootchart.o
+diff --git a/README b/README
+index fa1d730..1906abb 100644
+--- a/README
++++ b/README
+@@ -6,7 +6,7 @@ Bootchart - a 'startup' graphing tool
+ Bootchart is a tool, usually run at system startup, that collects and graphs
+ the CPU and disk load of the system as it works. The output of bootchart is
+ an SVG graph. Normally, bootchart is invoked as `bootchartd` by the kernel
+-by passing "init=/sbin/bootchartd" to the kernel. Bootchart will then fork
++by passing "init=/usr/bin/bootchartd" to the kernel. Bootchart will then fork
+ init off to resume normal system startup, while monitoring and logging
+ startup information in the background.
+
--
-1.7.9.4
+1.7.9.5