nckx pushed a commit to branch master in repository guix. commit ba912479e8481d69b699ce348b35d5d70f0c9367 Author: Tobias Geerinckx-Rice <m...@tobias.gr> Date: Thu Jun 27 00:20:54 2019 +0200
Revert "gnu: openssh: Don't create the PRIVSEP_PATH directory." This reverts commit 46475f72ab6127e7818fdea4a0ea9cc07c60a5f4. --- gnu/packages/ssh.scm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm index 4bb0ad5..010ed40 100644 --- a/gnu/packages/ssh.scm +++ b/gnu/packages/ssh.scm @@ -2,7 +2,7 @@ ;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Ludovic Courtès <l...@gnu.org> ;;; Copyright © 2013, 2014 Andreas Enge <andr...@enge.fr> ;;; Copyright © 2014, 2015, 2016 Mark H Weaver <m...@netris.org> -;;; Copyright © 2015, 2016, 2018, 2019 Efraim Flashner <efr...@flashner.co.il> +;;; Copyright © 2015, 2016, 2018 Efraim Flashner <efr...@flashner.co.il> ;;; Copyright © 2016, 2019 Leo Famulari <l...@famulari.name> ;;; Copyright © 2016 Nicolas Goaziou <m...@nicolasgoaziou.fr> ;;; Copyright © 2016 Christopher Allan Webber <cweb...@dustycloud.org> @@ -230,9 +230,6 @@ a server that supports the SSH-2 protocol.") (install-file "contrib/ssh-copy-id.1" (string-append (assoc-ref outputs "out") "/share/man/man1/")) - ;; Don't install the PRIVSEP_PATH directory. - (delete-file-recursively - (string-append (assoc-ref outputs "out") "/var")) #t))))) (synopsis "Client and server for the secure shell (ssh) protocol") (description