diff options
author | Jan Hoffmann <jan@3e8.eu> | 2022-01-25 20:10:09 +0100 |
---|---|---|
committer | Nick Hainke <vincent@systemli.org> | 2022-01-25 21:54:48 +0100 |
commit | 948f0d29ccd825f5370d87549f8977b851db756e (patch) | |
tree | beec9ae64b03ac76fa81834335996daddf68b2f9 /net/vnstat2/patches/100-noexit.patch | |
parent | 9baa7619365a37d431a898f3c118c52344e3d7b5 (diff) |
vnstat2: update to version 2.9
Signed-off-by: Jan Hoffmann <jan@3e8.eu>
Diffstat (limited to 'net/vnstat2/patches/100-noexit.patch')
-rw-r--r-- | net/vnstat2/patches/100-noexit.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/vnstat2/patches/100-noexit.patch b/net/vnstat2/patches/100-noexit.patch index 8ef9ac2c5..89580e9a9 100644 --- a/net/vnstat2/patches/100-noexit.patch +++ b/net/vnstat2/patches/100-noexit.patch @@ -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; } |