bootchart: remove long_desc.

This commit is contained in:
Juan RP 2014-02-18 15:24:50 +01:00
parent 518178fda3
commit 7565671d17
1 changed files with 1 additions and 8 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'bootchart' # Template file for 'bootchart'
pkgname=bootchart pkgname=bootchart
version=1.20 version=1.20
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
short_desc="Startup graphing tool" short_desc="Startup graphing tool"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
@ -9,10 +9,3 @@ license="GPL-2"
homepage="https://github.com/sofar/bootchart" homepage="https://github.com/sofar/bootchart"
distfiles="http://foo-projects.org/~sofar/bootchart/bootchart-${version}.tar.gz" distfiles="http://foo-projects.org/~sofar/bootchart/bootchart-${version}.tar.gz"
checksum="abce2fe0483ee23a522200fd630d7f288a337117c078dfaa220e1c55cdc2e896" checksum="abce2fe0483ee23a522200fd630d7f288a337117c078dfaa220e1c55cdc2e896"
long_desc="
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=/usr/sbin/bootchartd\" to the kernel. Bootchart will then fork
init off to resume normal system startup, while monitoring and logging
startup information in the background."