public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 1/4] vnstat: Update to 2.6
@ 2020-04-10 17:17 Matthias Fischer
  2020-04-10 17:17 ` [PATCH 2/4] traffic.cgi: Changed time interval for vnstat graphs from 5 to 1 minute Matthias Fischer
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Matthias Fischer @ 2020-04-10 17:17 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1830 bytes --]

For details see:
https://humdi[dot]net/vnstat/CHANGES

Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
 config/rootfiles/common/vnstat | 13 +++++--------
 lfs/vnstat                     |  5 ++---
 2 files changed, 7 insertions(+), 11 deletions(-)

diff --git a/config/rootfiles/common/vnstat b/config/rootfiles/common/vnstat
index 42e00ed2a..963b64bf7 100644
--- a/config/rootfiles/common/vnstat
+++ b/config/rootfiles/common/vnstat
@@ -1,12 +1,9 @@
-#etc/cron.d
-#etc/cron.d/vnstat
 etc/vnstat.conf
 usr/bin/vnstat
 usr/bin/vnstati
-#usr/sbin/vnstatd
-#usr/share/man/man5/vnstat.conf.5
-#usr/share/man/man1/vnstatd.1
-#usr/share/man/man1/vnstati.1
+usr/sbin/vnstatd
 #usr/share/man/man1/vnstat.1
-#var/lib/vnstat
-var/log/vnstat
+#usr/share/man/man1/vnstati.1
+#usr/share/man/man5/vnstat.conf.5
+#usr/share/man/man8/vnstatd.8
+#var/log/vnstat
diff --git a/lfs/vnstat b/lfs/vnstat
index 27189126b..904e5a256 100644
--- a/lfs/vnstat
+++ b/lfs/vnstat
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.18
+VER        = 2.6
 
 THISAPP    = vnstat-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = c9abaeb0ce758c16f6cdfa247bd8606c
+$(DL_FILE)_MD5 = fe2928a81243cc8a532a357f97221736
 
 install : $(TARGET)
 
@@ -80,7 +80,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 
 	cd $(DIR_APP) && make all $(MAKETUNING)		LOCAL_CONFIGURE_OPTIONS="--enable-readline=yes"
 	cd $(DIR_APP) && make install
-	sed -i 's|eth0|green0|g' /etc/vnstat.conf
 	sed -i 's|SaveInterval 5|SaveInterval 1|g' /etc/vnstat.conf
 	sed -i 's|/var/lib/vnstat|/var/log/vnstat|g' /etc/vnstat.conf
 	sed -i 's|/var/log/vnstat/vnstat.log|/var/log/vnstat.log|g' /etc/vnstat.conf
-- 
2.18.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-04-11 14:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-10 17:17 [PATCH 1/4] vnstat: Update to 2.6 Matthias Fischer
2020-04-10 17:17 ` [PATCH 2/4] traffic.cgi: Changed time interval for vnstat graphs from 5 to 1 minute Matthias Fischer
2020-04-10 17:17 ` [PATCH 3/4] vnstat 2.6: New initscript Matthias Fischer
2020-04-11  8:56   ` Michael Tremer
2020-04-11 14:42     ` Matthias Fischer
2020-04-10 17:17 ` [PATCH 4/4] makegraphs: 'vnstat -u' is no longer supported/needed Matthias Fischer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox