~ruther/guix-local

286cacaded85f44bb39290253e73a36972f9e343 — Ludovic Courtès 11 years ago 095f4de
activation: Remove outdated comment.

* gnu/build/activation.scm (activate-etc): Remove outdated comment.
1 files changed, 0 insertions(+), 2 deletions(-)

M gnu/build/activation.scm
M gnu/build/activation.scm => gnu/build/activation.scm +0 -2
@@ 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)