unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Bruno Victal <mirai@makinata.eu>
To: 61688@debbugs.gnu.org
Cc: Bruno Victal <mirai@makinata.eu>
Subject: [bug#61688] [PATCH 2/3] system: Do not export local-host-entries.
Date: Tue, 21 Feb 2023 21:37:08 +0000	[thread overview]
Message-ID: <85a76fc00031c329710fcfde8d028afc70dc0721.1677015071.git.mirai@makinata.eu> (raw)
In-Reply-To: <cover.1677015070.git.mirai@makinata.eu>

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 --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
-- 
2.39.1





  parent reply	other threads:[~2023-02-21 21:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-21 21:34 [bug#61688] [PATCH 0/3] doc: hosts-service-type: Improve documentation Bruno Victal
2023-02-21 21:37 ` [bug#61688] [PATCH 1/3] doc: hosts-service-type: Relocate to Base Services Bruno Victal
2023-02-21 21:37 ` Bruno Victal [this message]
2023-02-21 21:37 ` [bug#61688] [PATCH 3/3] doc: hosts-service-type: Improve documentation Bruno Victal
2023-02-23 15:19 ` bug#61688: [PATCH 0/3] " Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=85a76fc00031c329710fcfde8d028afc70dc0721.1677015071.git.mirai@makinata.eu \
    --to=mirai@makinata.eu \
    --cc=61688@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).