From 7565671d174875dcb986cc0e0e328e16af39d5d1 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 18 Feb 2014 15:24:50 +0100 Subject: [PATCH] bootchart: remove long_desc. --- srcpkgs/bootchart/template | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/srcpkgs/bootchart/template b/srcpkgs/bootchart/template index 48da79e00f8..b4fe09be551 100644 --- a/srcpkgs/bootchart/template +++ b/srcpkgs/bootchart/template @@ -1,7 +1,7 @@ # Template file for 'bootchart' pkgname=bootchart version=1.20 -revision=1 +revision=2 build_style=gnu-configure short_desc="Startup graphing tool" maintainer="Juan RP " @@ -9,10 +9,3 @@ license="GPL-2" homepage="https://github.com/sofar/bootchart" distfiles="http://foo-projects.org/~sofar/bootchart/bootchart-${version}.tar.gz" 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."