me
/
guix
Archived
1
0
Fork 0

activation: Remove outdated comment.

* gnu/build/activation.scm (activate-etc): Remove outdated comment.
master
Ludovic Courtès 2014-09-11 21:27:19 +02:00
parent 095f4deb4b
commit 286cacaded
1 changed files with 0 additions and 2 deletions

View File

@ -152,8 +152,6 @@ numeric gid or #f."
(rm-f "/etc/static")
(symlink etc "/etc/static")
(for-each (lambda (file)
;; TODO: Handle 'shadow' specially so that changed
;; password aren't lost.
(let ((target (string-append "/etc/" file))
(source (string-append "/etc/static/" file)))
(rm-f target)