From 710fa231f03633fe243b52635479d591946fec44 Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Wed, 27 Jan 2016 23:06:07 +0300 Subject: 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. --- emacs/guix-command.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emacs') diff --git a/emacs/guix-command.el b/emacs/guix-command.el index cf72b0ea15..ba6c3d2ba9 100644 --- a/emacs/guix-command.el +++ b/emacs/guix-command.el @@ -620,7 +620,7 @@ command." (("size") ,(guix-command-make-argument :name "view" :char ?v :doc "View map")) - (("system" "dmd-graph") ,graph-arg) + (("system" "shepherd-graph") ,graph-arg) (("system" "extension-graph") ,graph-arg))) "Alist of guix commands and additional 'execute' action arguments.") @@ -646,7 +646,7 @@ command." ("view" . guix-run-view-graph)) (("size") ("view" . guix-run-view-size-map)) - (("system" "dmd-graph") + (("system" "shepherd-graph") ("view" . guix-run-view-graph)) (("system" "extension-graph") ("view" . guix-run-view-graph))) -- cgit v1.2.3