guix-commits
[Top][All Lists]
Advanced

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

09/15: system: Do not export local-host-entries.


From: guix-commits
Subject: 09/15: system: Do not export local-host-entries.
Date: Thu, 23 Feb 2023 10:33:52 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit c742615b76a3d992b2d7d3e8db4cf5115991f16c
Author: Bruno Victal <mirai@makinata.eu>
AuthorDate: Tue Feb 21 21:37:08 2023 +0000

    system: Do not export local-host-entries.
    
    Unlike the deprecated 'local-host-aliases', there's no use for
    local-host-entries since it's used to set the default value for
    hosts-service-type. Given that this service-type is expected to be
    extended, one presumes that when they explicitly override the service
    default value they do not have much interest in the 'local-host-entries'
    procedure.
    
    * gnu/system.scm: Do not export local-host-entries.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/system.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/system.scm b/gnu/system.scm
index df60fda53b..53f3c62bb0 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -171,7 +171,6 @@
             boot-parameters->menu-entry
 
             local-host-aliases                    ;deprecated
-            local-host-entries
             %root-account
             %setuid-programs
             %sudoers-specification



reply via email to

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