packages/rrdcollect: remove trailing whitespaces

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40278 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2014-03-27 07:06:40 +00:00
parent fbaad749f2
commit eed848c846

View File

@ -28,11 +28,11 @@ define Package/rrdcollect/Default
endef endef
define Package/rrdcollect/Default/description define Package/rrdcollect/Default/description
RRDcollect is a daemon which polls ceratin files in /proc/ RRDcollect is a daemon which polls ceratin files in /proc/
directory, gathering data and storing it inside RRDtool's directory, gathering data and storing it inside RRDtool's
database files. Being written in C should be both fast database files. Being written in C should be both fast
and resources-friendly. Supports both scanf(3)-style and resources-friendly. Supports both scanf(3)-style
pattern matches and perl compatible regular expressions. pattern matches and perl compatible regular expressions.
endef endef
define Package/rrdcollect10 define Package/rrdcollect10
@ -46,7 +46,7 @@ endef
define Package/rrdcollect10/description define Package/rrdcollect10/description
$(call Package/rrdcollect/Default/description) $(call Package/rrdcollect/Default/description)
. .
This package contains the RRD collecting daemon, linked against This package contains the RRD collecting daemon, linked against
rrdtool-1.0.x shared library. rrdtool-1.0.x shared library.
endef endef
@ -61,7 +61,7 @@ endef
define Package/rrdcollect12/description define Package/rrdcollect12/description
$(call Package/rrdcollect/Default/description) $(call Package/rrdcollect/Default/description)
. .
This package contains the RRD collecting daemon, linked against This package contains the RRD collecting daemon, linked against
rrdtool-1.2.x shared library. rrdtool-1.2.x shared library.
endef endef