vnstat2: update to version 2.9
Signed-off-by: Jan Hoffmann <jan@3e8.eu>
This commit is contained in:
parent
9baa761936
commit
948f0d29cc
2 changed files with 4 additions and 4 deletions
|
@ -6,12 +6,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=vnstat2
|
||||
PKG_VERSION:=2.8
|
||||
PKG_VERSION:=2.9
|
||||
PKG_RELEASE:=$(AUTORELEASE)
|
||||
|
||||
PKG_SOURCE:=vnstat-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://humdi.net/vnstat
|
||||
PKG_HASH:=03f858a7abf6bd85bb8cd595f3541fc3bd31f8f400ec092ef3034825ccb77c25
|
||||
PKG_HASH:=11a21475dea91706500aba7c63e24126703fd01f13b1f3acdf92baa5aead9dc7
|
||||
|
||||
PKG_LICENSE:=GPL-2.0-only
|
||||
PKG_LICENSE_FILES:=COPYING
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
uint64_t dbifcount;
|
||||
--- a/src/vnstatd.c
|
||||
+++ b/src/vnstatd.c
|
||||
@@ -248,6 +248,7 @@ void showhelp(void)
|
||||
@@ -249,6 +249,7 @@ void showhelp(void)
|
||||
printf(" --config <config file> select used config file\n");
|
||||
printf(" --noadd prevent startup if database has no interfaces\n");
|
||||
printf(" --alwaysadd [mode] automatically start monitoring all new interfaces\n");
|
||||
|
@ -49,7 +49,7 @@
|
|||
printf(" --initdb create empty database and exit\n\n");
|
||||
|
||||
printf("See also \"man vnstatd\".\n");
|
||||
@@ -319,6 +320,8 @@ void parseargs(DSTATE *s, int argc, char
|
||||
@@ -322,6 +323,8 @@ void parseargs(DSTATE *s, int argc, char
|
||||
} else {
|
||||
cfg.alwaysadd = 1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue