guix-patches
[Top][All Lists]
Advanced

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

bug#37768: [PATCH] gnu: Add batctl.


From: Ludovic Courtès
Subject: bug#37768: [PATCH] gnu: Add batctl.
Date: Fri, 18 Oct 2019 11:51:44 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hello!

Tonton <address@hidden> skribis:

> -- 
>     :)
>
> From 1de329045545eafe7dcf25d8c76a2c516ba82a72 Mon Sep 17 00:00:00 2001
> From: Tonton <address@hidden>
> Date: Tue, 15 Oct 2019 19:14:16 +0200
> Subject: [PATCH] gnu: Add batctl.
>
> * gnu/packages/networking.scm (batctl): New variable.

Applied with the minor changes below.

Thanks,
Ludo’.

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 70e010409c..d9134ff910 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2671,9 +2671,8 @@ maximum extent possible.")
                            "/bin/pkg-config")
             "CC=gcc")))
    (home-page "https://www.open-mesh.org/projects/batman-adv/wiki/Wiki";)
-   (synopsis "Userspace management tool for the mesh networking
-batman-adv kernel module")
-   (description "Control tool for B.A.T.M.A.N. routing protocol in a
-linux kernel module for layer 2.  On guix system use 'modprobe
-batman-adv' to load the kernel module.")
-   (license license:gpl2)))
+   (synopsis "Management tool for the mesh networking BATMAN protocol")
+   (description "This package provides a control tool for the
+B.A.T.M.A.N. mesh networking routing protocol provided by the Linux kernel
+module @code{batman-adv}, for Layer 2.")
+   (license license:gpl2+)))

reply via email to

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