aboutsummaryrefslogtreecommitdiff
path: root/doc/images/shepherd-graph.dot
diff options
context:
space:
mode:
authorLars Bilke <lars.bilke@ufz.de>2024-12-18 10:51:46 +0100
committerLudovic Courtès <ludo@gnu.org>2024-12-18 13:22:48 +0100
commit27a371ff947dba5afa8361669f5b8c648f15f1ba (patch)
treef73188b884078cf320faafa8e5be7a47d54a971d /doc/images/shepherd-graph.dot
parent7824f6295391983ab65e1449811fb1b4ef781487 (diff)
downloadguix-27a371ff947dba5afa8361669f5b8c648f15f1ba.tar.gz
guix-27a371ff947dba5afa8361669f5b8c648f15f1ba.zip
doc: Add note on nsncd as a replacement for nscd.
* doc/guix.texi Add note on nsncd in Name Service Switch section. Change-Id: Ib804ab2e7d83d13f8f81d875f957eae2304eb232 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc/images/shepherd-graph.dot')
0 files changed, 0 insertions, 0 deletions
2019-12-18gexp: Allow character literals in GEXP->SEXP....Fixes <https://bugs.gnu.org/38628>. * tests/gexp.scm ("lower-gexp, character literal"): New test. * guix/gexp.scm (gexp->sexp)[self-quoting?]: Add CHAR? to the tested types. * guix/repl.scm (self-quoting?): Likewise. * gnu/tests.scm (marionette-shepherd-service)[self-quoting?]: Likewise. Marius Bakke 2019-09-23repl, marionette: 'self-quoting?' matches keywords....* guix/repl.scm (self-quoting?): Add 'keyword?' and 'array?'; remove 'vector?' and 'bytevector?'. * gnu/tests.scm (marionette-shepherd-service) <start>: Likewise. <modules>: Remove (rnrs bytevector). Ludovic Courtès