From e4173b96a3cd1a125bf8dbf338d2d61e8eef2c63 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 18 Feb 2013 21:07:39 +0100 Subject: [PATCH] ethtool: remove long_desc. --- srcpkgs/ethtool/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/srcpkgs/ethtool/template b/srcpkgs/ethtool/template index 9f3ca9f8b83..ad1ffabac64 100644 --- a/srcpkgs/ethtool/template +++ b/srcpkgs/ethtool/template @@ -1,7 +1,7 @@ # Template file for 'ethtool' pkgname=ethtool version=3.7 -revision=1 +revision=2 build_style=gnu-configure short_desc="Display or change ethernet card settings" maintainer="Juan RP " @@ -9,5 +9,3 @@ homepage="http://www.kernel.org/pub/software/network/ethtool/" license="GPL-2" distfiles="http://www.kernel.org/pub/software/network/${pkgname}/${pkgname}-${version}.tar.xz" checksum=9ab2e1debfb608c54ca1215d26b194b014e246821ab0fd72a4bf5e960b4201fe -long_desc=" - ethtool is used for querying settings of an ethernet device and changing them."