guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#58943: [PATCH] gnu: Add vnstat.


From: Ludovic Courtès
Subject: bug#58943: [PATCH] gnu: Add vnstat.
Date: Wed, 09 Nov 2022 23:49:13 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

Hi,

Nicolas Graves <ngraves@ngraves.fr> skribis:

> * gnu/packages/networking.scm (vnstat): New variable.

Applied with the changes below.

Thanks,
Ludo’.

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+)))

reply via email to

[Prev in Thread] Current Thread [Next in Thread]