diff mbox series

[bug#61688,2/3] system: Do not export local-host-entries.

Message ID 85a76fc00031c329710fcfde8d028afc70dc0721.1677015071.git.mirai@makinata.eu
State New
Headers show
Series doc: hosts-service-type: Improve documentation. | expand

Commit Message

Bruno Victal Feb. 21, 2023, 9:37 p.m. UTC
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.
---
 gnu/system.scm | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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 @@  (define-module (gnu system)
             boot-parameters->menu-entry
 
             local-host-aliases                    ;deprecated
-            local-host-entries
             %root-account
             %setuid-programs
             %sudoers-specification