mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
activation: Remove outdated comment.
* gnu/build/activation.scm (activate-etc): Remove outdated comment.
This commit is contained in:
parent
095f4deb4b
commit
286cacaded
1 changed files with 0 additions and 2 deletions
|
@ -152,8 +152,6 @@ (define (activate-etc etc)
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue