summary refs log tree commit diff
path: root/doc/images
diff options
context:
space:
mode:
authorAlex Kost <alezost@gmail.com>2016-01-27 23:06:07 +0300
committerAlex Kost <alezost@gmail.com>2016-01-29 20:21:54 +0300
commit710fa231f03633fe243b52635479d591946fec44 (patch)
tree9dd30cc4ad10084fb184bd65e10422074282931e /doc/images
parentd4053c710bc2c7a4f624ba2d72438d8f289ad569 (diff)
downloadguix-710fa231f03633fe243b52635479d591946fec44.tar.gz
guix system: Rename 'dmd-graph' to 'shepherd-graph'.
* doc/images/dmd-graph.dot: Rename to...
* doc/images/shepherd-graph.dot: ... this.
* doc.am (DOT_FILES): Adjust accordingly.
* guix/scripts/system.scm (dmd-service-node-label)
  (dmd-service-node-type, export-dmd-graph): Rename to...
  (shepherd-service-node-label, shepherd-service-node-type)
  (export-shepherd-graph): ... this.
  (show-help, process-action, process-command): Rename 'dmd-graph' to
  'shepherd-graph'.
* emacs/guix-command.el (guix-command-additional-execute-arguments)
  (guix-command-special-executors): Likewise.
* doc/guix.texi: Likewise.
* doc/emacs.texi (Emacs Popup Interface): Likewise.
Diffstat (limited to 'doc/images')
-rw-r--r--doc/images/shepherd-graph.dot (renamed from doc/images/dmd-graph.dot)2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/images/dmd-graph.dot b/doc/images/shepherd-graph.dot
index 220a2afca1..cc9aa441a1 100644
--- a/doc/images/dmd-graph.dot
+++ b/doc/images/shepherd-graph.dot
@@ -1,4 +1,4 @@
-digraph "Guix dmd-service" {
+digraph "Guix shepherd-service" {
   "user-file-systems" [label = "user-file-systems", shape = box, fontname = Helvetica];
   "user-processes" -> "user-file-systems" [color = red];
   "user-processes" [label = "user-processes", shape = box, fontname = Helvetica];