[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#32346] [PATCH 2/6] services: tor: Rename activation procedure.
From: |
Chris Marusich |
Subject: |
[bug#32346] [PATCH 2/6] services: tor: Rename activation procedure. |
Date: |
Wed, 1 Aug 2018 23:51:55 -0700 |
* gnu/services/networking.scm: Rename the procedure
tor-hidden-service-activation to tor-activation.
---
gnu/services/networking.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm
index bd79e6589..9523f97f6 100644
--- a/gnu/services/networking.scm
+++ b/gnu/services/networking.scm
@@ -676,7 +676,7 @@ HiddenServicePort ~a ~a~%"
(stop #~(make-kill-destructor))
(documentation "Run the Tor anonymous network overlay."))))))))
-(define (tor-hidden-service-activation config)
+(define (tor-activation config)
"Set up directories for TOR and its hidden services, if any."
#~(begin
(use-modules (guix build utils))
@@ -721,7 +721,7 @@ HiddenServicePort ~a ~a~%"
(service-extension account-service-type
(const %tor-accounts))
(service-extension activation-service-type
- tor-hidden-service-activation)))
+ tor-activation)))
;; This can be extended with hidden services.
(compose concatenate)
--
2.18.0
- [bug#32346] [PATCH 0/6] TOR via Unix domain SOCKS socket, Chris Marusich, 2018/08/02
- [bug#32346] [PATCH 1/6] services: tor: Add a system test., Chris Marusich, 2018/08/02
- [bug#32346] [PATCH 3/6] marionette: Add support for QEMU's "quit" command., Chris Marusich, 2018/08/02
- [bug#32346] [PATCH 2/6] services: tor: Rename activation procedure.,
Chris Marusich <=
- [bug#32346] [PATCH 5/6] tests: tor: Add more test cases., Chris Marusich, 2018/08/02
- [bug#32346] [PATCH 4/6] marionette: Add wait-for-unix-socket., Chris Marusich, 2018/08/02
- [bug#32346] [PATCH 6/6] services: tor: Make it easier to use UNIX sockets., Chris Marusich, 2018/08/02
- [bug#32346] [PATCH 1/6] services: tor: Add a system test., Ludovic Courtès, 2018/08/20
- [bug#32346] [PATCH 0/6] TOR via Unix domain SOCKS socket, Nils Gillmann, 2018/08/02