activation: Remove outdated comment.
* gnu/build/activation.scm (activate-etc): Remove outdated comment.
This commit is contained in:
parent
095f4deb4b
commit
286cacaded
|
@ -152,8 +152,6 @@ numeric gid or #f."
|
||||||
(rm-f "/etc/static")
|
(rm-f "/etc/static")
|
||||||
(symlink etc "/etc/static")
|
(symlink etc "/etc/static")
|
||||||
(for-each (lambda (file)
|
(for-each (lambda (file)
|
||||||
;; TODO: Handle 'shadow' specially so that changed
|
|
||||||
;; password aren't lost.
|
|
||||||
(let ((target (string-append "/etc/" file))
|
(let ((target (string-append "/etc/" file))
|
||||||
(source (string-append "/etc/static/" file)))
|
(source (string-append "/etc/static/" file)))
|
||||||
(rm-f target)
|
(rm-f target)
|
||||||
|
|
Loading…
Reference in New Issue