guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: openssh: Use /etc as the sysconfdir.


From: Ludovic Courtès
Subject: 01/02: gnu: openssh: Use /etc as the sysconfdir.
Date: Fri, 19 Aug 2016 15:35:01 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit af493726ce16483bd09ed7f73028bab3294131e2
Author: Ludovic Courtès <address@hidden>
Date:   Fri Aug 19 17:15:22 2016 +0200

    gnu: openssh: Use /etc as the sysconfdir.
    
    * gnu/packages/ssh.scm (openssh)[arguments]: Add --sysconfdir.
---
 gnu/packages/ssh.scm |    1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index 16cd6e2..88864dc 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -143,6 +143,7 @@ a server that supports the SSH-2 protocol.")
              ("xauth" ,xauth)))                   ;for 'ssh -X' and 'ssh -Y'
    (arguments
     `(#:test-target "tests"
+      #:configure-flags '("--sysconfdir=/etc")
       #:phases
       (modify-phases %standard-phases
         (add-after 'configure 'reset-/var/empty



reply via email to

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