GNU bug report logs -
#58943
[PATCH] gnu: Add vnstat.
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Tue, 1 Nov 2022 11:45:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #10 received at 58943-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
Nicolas Graves <ngraves <at> ngraves.fr> skribis:
> * gnu/packages/networking.scm (vnstat): New variable.
Applied with the changes below.
Thanks,
Ludo’.
[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index aac15a5f36..082e7c7313 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4516,10 +4516,10 @@ (define-public vnstat
(("tests/id_tests.h h") "h")
(("^.*id_tests.*$") "")))))))
(home-page "https://humdi.net/vnstat/")
- (synopsis "a network traffic monitor for Linux and BSD")
- (description "vnStat is a console-based network traffic monitor for Linux
-and BSD that keeps a log of network traffic for the selected interface(s). It
-uses the network interface statistics provided by the kernel as information
-source. This means that vnStat won't actually be sniffing any traffic and also
-ensures light use of system resources regardless of network traffic rate.")
- (license license:gpl2)))
+ (synopsis "Network traffic monitoring tool")
+ (description "vnStat is a console-based network traffic monitor that keeps
+a log of network traffic for the selected interface(s). It uses the network
+interface statistics provided by the kernel as information source. This means
+that vnStat won't actually be sniffing any traffic and also ensures light use
+of system resources regardless of network traffic rate.")
+ (license license:gpl2+)))
This bug report was last modified 2 years and 197 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.