guix-commits
[Top][All Lists]
Advanced

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

13/84: Revert "hurd-boot: Add urandom and default-pager translators."


From: guix-commits
Subject: 13/84: Revert "hurd-boot: Add urandom and default-pager translators."
Date: Wed, 14 Jun 2023 06:23:54 -0400 (EDT)

janneke pushed a commit to branch wip-hurd
in repository guix.

commit f1d5effa73225681d49316d98e5c6cb7058f1295
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sun May 28 14:02:32 2023 +0200

    Revert "hurd-boot: Add urandom and default-pager translators."
    
    This reverts commit de9600312cd6a4db9d24a50267da079c4f430afc.
---
 gnu/build/hurd-boot.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/build/hurd-boot.scm b/gnu/build/hurd-boot.scm
index 14bfc5e809..95c15907dd 100644
--- a/gnu/build/hurd-boot.scm
+++ b/gnu/build/hurd-boot.scm
@@ -188,7 +188,6 @@ set."
       ("servers/crash-suspend"   ("/hurd/crash" "--suspend"))
       ("servers/password"        ("/hurd/password"))
       ("servers/socket/1"        ("/hurd/pflocal"))
-      ("servers/default-pager"   ("/hurd/proxy-defpager"))
       ;; /servers/socket/2 and /26 are created by 'static-networking-service'.
       ;; XXX: Spawn pfinet without arguments on these nodes so that a DHCP
       ;; client has someone to talk to?
@@ -199,8 +198,6 @@ set."
       ("dev/null"    ("/hurd/null")                         #o666)
       ("dev/random"  ("/hurd/random"   "--seed-file" "/var/lib/random-seed")
                                                             #o644)
-      ("dev/urandom" ("/hurd/random"   "--seed-file" "/var/lib/random-seed"
-                      "--fast")                             #o644)
       ("dev/zero"    ("/hurd/storeio"  "--store-type=zero") #o666)
 
       ("dev/console" ("/hurd/term"     "/dev/console" "device" "console"))



reply via email to

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