emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#59195: closed ([PATCH] services: vpn: Add wireguard-tools to profile


From: GNU bug Tracking System
Subject: bug#59195: closed ([PATCH] services: vpn: Add wireguard-tools to profile-service-type)
Date: Sat, 12 Nov 2022 17:43:02 +0000

Your message dated Sat, 12 Nov 2022 18:42:44 +0100
with message-id <87wn80t6gb.fsf@gnu.org>
and subject line Re: bug#59195: [PATCH] services: vpn: Add wireguard-tools to 
profile-service-type
has caused the debbugs.gnu.org bug report #59195,
regarding [PATCH] services: vpn: Add wireguard-tools to profile-service-type
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
59195: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59195
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] services: vpn: Add wireguard-tools to profile-service-type Date: Fri, 11 Nov 2022 11:17:28 -0300
* gnu/services/vpn.scm (wireguard-service-type): Include the
  "wireguard-tools" package as an extension to profile-service-type, so
  that users that enable the wireguarde service can interact with it via
  the command-line without having to manually install wireguard-tools.
---
 gnu/services/vpn.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/services/vpn.scm b/gnu/services/vpn.scm
index 6f2821eccf..5cdfa97add 100644
--- a/gnu/services/vpn.scm
+++ b/gnu/services/vpn.scm
@@ -875,6 +875,8 @@ (define wireguard-service-type
     (list (service-extension shepherd-root-service-type
                              wireguard-shepherd-service)
           (service-extension activation-service-type
-                             wireguard-activation)))
+                             wireguard-activation)
+          (service-extension profile-service-type
+                             (const wireguard-tools))))
    (description "Set up Wireguard @acronym{VPN, Virtual Private Network}
 tunnels.")))
-- 
2.38.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#59195: [PATCH] services: vpn: Add wireguard-tools to profile-service-type Date: Sat, 12 Nov 2022 18:42:44 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
> * gnu/services/vpn.scm (wireguard-service-type): Include the
>   "wireguard-tools" package as an extension to profile-service-type, so
>   that users that enable the wireguarde service can interact with it via
>   the command-line without having to manually install wireguard-tools.

Applied, thanks.

Mathieu


--- End Message ---

reply via email to

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