summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-05-04 06:43:26 +0100
committerSam James <sam@gentoo.org>2022-05-05 00:28:37 +0100
commit0c4aec370693915e3b08e735e033955b4e7f86ff (patch)
tree18f6d9ee000d71893d03aabc757d3aa8fe4d9bff /net-analyzer/vnstat/files/vnstat.cron
parentnet-libs/libyang: drop 2.0.112 (diff)
downloadgentoo-0c4aec370693915e3b08e735e033955b4e7f86ff.tar.gz
gentoo-0c4aec370693915e3b08e735e033955b4e7f86ff.tar.bz2
gentoo-0c4aec370693915e3b08e735e033955b4e7f86ff.zip
net-analyzer/vnstat: drop 2.8, 1.7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/vnstat/files/vnstat.cron')
-rw-r--r--net-analyzer/vnstat/files/vnstat.cron9
1 files changed, 0 insertions, 9 deletions
diff --git a/net-analyzer/vnstat/files/vnstat.cron b/net-analyzer/vnstat/files/vnstat.cron
deleted file mode 100644
index 690681327688..000000000000
--- a/net-analyzer/vnstat/files/vnstat.cron
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-
-# run vnstat if installed and at least one database exists
-
-# Uncomment the following to enable
-
-#if [ -x /usr/bin/vnstat ] && [ `ls /var/lib/vnstat/ | wc -l` -ge 1 ] ; then
-# exec /usr/bin/vnstat -u
-#fi