[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/07: activation: Copy account skeletons silently.
From: |
Ludovic Courtès |
Subject: |
03/07: activation: Copy account skeletons silently. |
Date: |
Thu, 24 Mar 2016 21:47:46 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit 2fa909b27b4f701649ea4945eba71fc7c5f84d0b
Author: Ludovic Courtès <address@hidden>
Date: Thu Mar 24 21:33:56 2016 +0100
activation: Copy account skeletons silently.
* gnu/build/activation.scm (copy-account-skeletons): Pass #:log to
'copy-recursively'.
---
gnu/build/activation.scm | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/gnu/build/activation.scm b/gnu/build/activation.scm
index ae61499..6666cb4 100644
--- a/gnu/build/activation.scm
+++ b/gnu/build/activation.scm
@@ -92,7 +92,8 @@
(for-each (lambda (file)
(let ((target (string-append home "/" file)))
(copy-recursively (string-append directory "/" file)
- target)
+ target
+ #:log (%make-void-port "w"))
(make-file-writable target)))
files)))
- branch master updated (229b366 -> 68abb9b), Ludovic Courtès, 2016/03/24
- 03/07: activation: Copy account skeletons silently.,
Ludovic Courtès <=
- 02/07: install: Add /tmp as a tmpfs., Ludovic Courtès, 2016/03/24
- 06/07: system: Use 'info-reader' instead of Texinfo to avoid dragging Perl., Ludovic Courtès, 2016/03/24
- 05/07: gnu: Add 'info-reader'., Ludovic Courtès, 2016/03/24
- 04/07: install: Remove cgroup and elogind file systems., Ludovic Courtès, 2016/03/24
- 07/07: install: Use 'info-reader' instead of Texinfo 4., Ludovic Courtès, 2016/03/24
- 01/07: services: nscd: Make respawnable., Ludovic Courtès, 2016/03/24