[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: services: dhcp-client: Fix name of the provision
From: |
guix-commits |
Subject: |
branch master updated: services: dhcp-client: Fix name of the provision accessor. |
Date: |
Sun, 17 Sep 2023 10:39:14 -0400 |
This is an automated email from the git hooks/post-receive script.
civodul pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new fc3a53525a services: dhcp-client: Fix name of the provision accessor.
fc3a53525a is described below
commit fc3a53525ab3dcaf7c22eec8d62294017f9760fe
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Sep 17 16:29:19 2023 +0200
services: dhcp-client: Fix name of the provision accessor.
This is a followup to 04f71edb73205d0bb82404de28a70ae17b897429.
* gnu/services/networking.scm
(<dhcp-client-configuration>)[shepherd-provision]:
Fix accessor name.
---
gnu/services/networking.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm
index ec34137d39..befaca0aca 100644
--- a/gnu/services/networking.scm
+++ b/gnu/services/networking.scm
@@ -304,7 +304,7 @@
(default isc-dhcp))
(shepherd-requirement dhcp-client-configuration-shepherd-requirement
(default '()))
- (shepherd-provision dhcp-client-configuration-provision
+ (shepherd-provision dhcp-client-configuration-shepherd-provision
(default '(networking)))
(interfaces dhcp-client-configuration-interfaces
(default 'all))) ;'all | list of strings
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: services: dhcp-client: Fix name of the provision accessor.,
guix-commits <=