[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: installer: Fix snippet for the DHCP client.
From: |
guix-commits |
Subject: |
03/06: installer: Fix snippet for the DHCP client. |
Date: |
Sun, 14 Apr 2019 17:41:01 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 6a0287a1559a28ecb37fb59f9163cb068e0e5eea
Author: Ludovic Courtès <address@hidden>
Date: Sun Apr 14 23:17:24 2019 +0200
installer: Fix snippet for the DHCP client.
* gnu/installer/services.scm (%system-services): Fix typo in DHCP client
snippet.
---
gnu/installer/services.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/installer/services.scm b/gnu/installer/services.scm
index 5c708a0..4dbfe74 100644
--- a/gnu/installer/services.scm
+++ b/gnu/installer/services.scm
@@ -86,7 +86,7 @@
(system-service
(name (G_ "DHCP client (dynamic IP address assignment)"))
(type 'network-management)
- (snippet '(service dhcp-client-service))))))
+ (snippet '(service dhcp-client-service-type))))))
(define (desktop-system-service? service)
"Return true if SERVICE is a desktop environment service."
- branch master updated (a5c72da -> f6e3f0f), guix-commits, 2019/04/14
- 06/06: vm: Remove Xorriso "-padding" option., guix-commits, 2019/04/14
- 04/06: installer: Force user to choose exactly one network management method., guix-commits, 2019/04/14
- 05/06: system: Remove "beta" from GRUB menu entries., guix-commits, 2019/04/14
- 03/06: installer: Fix snippet for the DHCP client.,
guix-commits <=
- 02/06: ui: Highlight heading of generation lists., guix-commits, 2019/04/14
- 01/06: colors: Add 'highlight'., guix-commits, 2019/04/14