diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-08-15 01:27:08 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-08-15 01:27:08 +0000 |
commit | 4e3526f1d360c2dc6a7fbc01b4fdc7851ccc4b42 (patch) | |
tree | c96d266ca280e2eaf1a1599e3577aa6e3e31c57e /openwrt/package/rrdcollect/ipkg | |
parent | 35d67f3e7e411d1b34ecf4001d5a1ccd22bb4054 (diff) | |
download | mtk-20170518-4e3526f1d360c2dc6a7fbc01b4fdc7851ccc4b42.zip mtk-20170518-4e3526f1d360c2dc6a7fbc01b4fdc7851ccc4b42.tar.gz mtk-20170518-4e3526f1d360c2dc6a7fbc01b4fdc7851ccc4b42.tar.bz2 |
add a package providing a default working (i hope) setup
SVN-Revision: 1676
Diffstat (limited to 'openwrt/package/rrdcollect/ipkg')
-rw-r--r-- | openwrt/package/rrdcollect/ipkg/rrdcollect.conffiles | 1 | ||||
-rw-r--r-- | openwrt/package/rrdcollect/ipkg/rrdcollect.control | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/openwrt/package/rrdcollect/ipkg/rrdcollect.conffiles b/openwrt/package/rrdcollect/ipkg/rrdcollect.conffiles deleted file mode 100644 index 991cfd2..0000000 --- a/openwrt/package/rrdcollect/ipkg/rrdcollect.conffiles +++ /dev/null @@ -1 +0,0 @@ -/etc/rrdcollect.conf diff --git a/openwrt/package/rrdcollect/ipkg/rrdcollect.control b/openwrt/package/rrdcollect/ipkg/rrdcollect.control index 75eb977..e1429b6 100644 --- a/openwrt/package/rrdcollect/ipkg/rrdcollect.control +++ b/openwrt/package/rrdcollect/ipkg/rrdcollect.control @@ -4,8 +4,8 @@ Section: admin Maintainer: Oliver Ertl <oliver@ertl-net.net>, OpenWrt Developers <bugs@openwrt.org> Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/rrdcollect/ Depends: librrd -Description: Round-Robin Database Collecting Daemon - RRDcollect is a daemon which polls ceratin files in /proc/ +Description: Round-Robin Database (RRD) collecting daemon + RRDcollect is a daemon which polls certain files in /proc/ directory, gathering data and storing it inside RRDtool's database files. Being written in C should be both fast and resources-friendly. Supports both scanf(3)-style |