doc: Warn about extra-special-file usage in /etc.
* doc/guix.texi (Base Services)[extra-special-file]: Add warning regarding files in /etc. Change-Id: Ic45465c8712d61caeed42d7912777368e8763a1a Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
6aaff90ad6
commit
398393187c
|
@ -19070,6 +19070,10 @@ symlink:
|
||||||
(extra-special-file "/usr/bin/env"
|
(extra-special-file "/usr/bin/env"
|
||||||
(file-append coreutils "/bin/env"))
|
(file-append coreutils "/bin/env"))
|
||||||
@end lisp
|
@end lisp
|
||||||
|
|
||||||
|
This procedure is meant for @code{/bin/sh}, @code{/usr/bin/env} and
|
||||||
|
similar targets. In particular, use for targets under @code{/etc} might
|
||||||
|
not work as expected if the target is managed by Guix in other ways.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@defvar host-name-service-type
|
@defvar host-name-service-type
|
||||||
|
|
Reference in New Issue