diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2026-05-20 14:43:38 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-05-21 20:06:20 +0900 |
| commit | 8c4e19c1b49afacfd3c8bf4582bf5b5b422a8f46 (patch) | |
| tree | 08f3afa738125656483938693209b79627c49404 /gnu | |
| parent | 1672274e6f2bb20fb72bc8150ce4d0225281ac6b (diff) | |
file-systems: Register /etc/protocols in %network-configuration-files.
This is also needed in containers for defining the various protocols; its
absence would cause error like, for example with Perl:
IO::Socket::INET6: sock_info: Bad protocol 'tcp'
* gnu/system/file-systems.scm (%network-configuration-files): Register
/etc/protocols.
Change-Id: I871cd01a0eac4f979d1e6e3614972fac8d1a5e0f
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/system/file-systems.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/system/file-systems.scm b/gnu/system/file-systems.scm index f83b67c4770..ef08bf4de53 100644 --- a/gnu/system/file-systems.scm +++ b/gnu/system/file-systems.scm | |||
| @@ -599,6 +599,7 @@ a bind mount." | |||
| 599 | ;; List of essential network configuration files. | 599 | ;; List of essential network configuration files. |
| 600 | '("/etc/resolv.conf" | 600 | '("/etc/resolv.conf" |
| 601 | "/etc/nsswitch.conf" | 601 | "/etc/nsswitch.conf" |
| 602 | "/etc/protocols" | ||
| 602 | "/etc/services" | 603 | "/etc/services" |
| 603 | "/etc/hosts")) | 604 | "/etc/hosts")) |
| 604 | 605 | ||
