summaryrefslogtreecommitdiff
path: root/community-testing/collectd/install
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/collectd/install')
-rw-r--r--community-testing/collectd/install8
1 files changed, 0 insertions, 8 deletions
diff --git a/community-testing/collectd/install b/community-testing/collectd/install
deleted file mode 100644
index 54cc0e1b3..000000000
--- a/community-testing/collectd/install
+++ /dev/null
@@ -1,8 +0,0 @@
-post_install() {
- cat <<EOF
-==> Customize your /etc/collectd.conf (you really want to).
-==> Then start and stop the daemon using: /etc/rc.d/collectd
-==> To see some result of collected data, use the Perl script:
-==> /usr/share/collectd/collectd2html.pl
-EOF
-}