summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-14 00:02:26 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-14 00:02:26 +0000
commit67ee4a69104dcb7a9b04a48a589248e05b2289f7 (patch)
treeaf3a0fdb721591137406688982634c0540980bf3 /net-analyzer/vnstat/files
parentx86 keyworded to remove circular emerges on dependancy libgcrypt.bug #53775 (diff)
downloadgentoo-2-67ee4a69104dcb7a9b04a48a589248e05b2289f7.tar.gz
gentoo-2-67ee4a69104dcb7a9b04a48a589248e05b2289f7.tar.bz2
gentoo-2-67ee4a69104dcb7a9b04a48a589248e05b2289f7.zip
ver bump #44679
Diffstat (limited to 'net-analyzer/vnstat/files')
-rw-r--r--net-analyzer/vnstat/files/digest-vnstat-1.41
-rw-r--r--net-analyzer/vnstat/files/vnstat.cron8
2 files changed, 9 insertions, 0 deletions
diff --git a/net-analyzer/vnstat/files/digest-vnstat-1.4 b/net-analyzer/vnstat/files/digest-vnstat-1.4
new file mode 100644
index 000000000000..c2424fe6d2b1
--- /dev/null
+++ b/net-analyzer/vnstat/files/digest-vnstat-1.4
@@ -0,0 +1 @@
+MD5 9184f79b5e60499bc059f670032291e5 vnstat-1.4.tar.gz 26237
diff --git a/net-analyzer/vnstat/files/vnstat.cron b/net-analyzer/vnstat/files/vnstat.cron
new file mode 100644
index 000000000000..716405fe50c8
--- /dev/null
+++ b/net-analyzer/vnstat/files/vnstat.cron
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+# uncomment this line to enable this cron script
+exit 0
+
+if [ `ls /var/lib/vnstat/ | wc -l` -ge 1 ] ; then
+ exec /usr/bin/vnstat -u
+fi