guix-commits
[Top][All Lists]
Advanced

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

01/02: squash! services: hurd: Add `hurd-etc-sevcice'.


From: guix-commits
Subject: 01/02: squash! services: hurd: Add `hurd-etc-sevcice'.
Date: Thu, 7 May 2020 15:50:27 -0400 (EDT)

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

commit 80353919fb544c82b9fdd11557598a8416b627bb
Author: Jan (janneke) Nieuwenhuizen <address@hidden>
AuthorDate: Thu May 7 21:44:34 2020 +0200

    squash! services: hurd: Add `hurd-etc-sevcice'.
---
 gnu/services/hurd.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/services/hurd.scm b/gnu/services/hurd.scm
index 7264109..e30ee63 100644
--- a/gnu/services/hurd.scm
+++ b/gnu/services/hurd.scm
@@ -60,11 +60,10 @@ fi\n"))
     (etc-service
      `(("services" ,(file-append net-base "/etc/services"))
        ("protocols" ,(file-append net-base "/etc/protocols"))
-       ("profile" ,#~#$profile)
+       ("profile" ,profile)
        ("hostname" ,(plain-file "hostname" (operating-system-host-name os)))
-       ("login"  ,(file-append hurd "/etc/login"))
-       ("motd" ,(file-append hurd "/etc/motd"))
-       ("ttys" ,(file-append hurd "/etc/ttys"))))))
+       ("login" ,(file-append hurd "/etc/login"))
+       ("motd" ,(file-append hurd "/etc/motd"))))))
 
 ;;;
 ;;; The Hurd VGA console service.



reply via email to

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