From 5e6bd6c1cabf8a059046cb2e9c5a6666acb51144 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 12 Jun 2025 16:59:24 -0300 Subject: Fix dhcp-client-service-type deprecation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The warning message was: avertissement : « dhcp-client-service-type » est obsolète, utilisez plutôt « dhcpcd-service-type » --- tests/local/system.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/local') diff --git a/tests/local/system.scm b/tests/local/system.scm index 9272812..67c9292 100644 --- a/tests/local/system.scm +++ b/tests/local/system.scm @@ -13,7 +13,7 @@ (services (append (list - (service dhcp-client-service-type) + (service dhcpcd-service-type) (service pkg:git-service-type) (service q:local-postfix-service-type (q:postfix-configuration -- cgit v1.2.3