[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/10: Rename 'dmd' to 'shepherd' in comments and strings.
From: |
Alex Kost |
Subject: |
10/10: Rename 'dmd' to 'shepherd' in comments and strings. |
Date: |
Fri, 29 Jan 2016 17:24:59 +0000 |
alezost pushed a commit to branch master
in repository guix.
commit 171a0a13a4350ac9bbed0f2ed8e9c9777cc57b22
Author: Alex Kost <address@hidden>
Date: Wed Jan 27 23:16:56 2016 +0300
Rename 'dmd' to 'shepherd' in comments and strings.
* build-aux/hydra/demo-os.scm (operating-system)[issue]: Point to
shepherd instead of dmd.
* ROADMAP: Likewise.
* gnu/build/install.scm (directives): Adjust comment.
---
ROADMAP | 2 +-
build-aux/hydra/demo-os.scm | 2 +-
gnu/build/install.scm | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ROADMAP b/ROADMAP
index 45fce45..2475cb6 100644
--- a/ROADMAP
+++ b/ROADMAP
@@ -77,6 +77,6 @@ Freenode!
+ build containers like guix-daemon does
+ provide a Plash-like interface in Bash
- daemon rewritten in Guile
- - more dmd integration
+ - more shepherd integration
+ monitor network interfaces and start/stop events based on that
+ include a DHCP client written in Scheme
diff --git a/build-aux/hydra/demo-os.scm b/build-aux/hydra/demo-os.scm
index c6e05ef..d933bc8 100644
--- a/build-aux/hydra/demo-os.scm
+++ b/build-aux/hydra/demo-os.scm
@@ -57,7 +57,7 @@ This is an alpha preview of the GNU system. Welcome.
This image features the GNU Guix package manager, which was used to
build it (http://www.gnu.org/software/guix/). The init system is
-GNU dmd (http://www.gnu.org/software/dmd/).
+the GNU Shepherd (http://www.gnu.org/software/shepherd/).
You can log in as 'guest' or 'root' with no password.
")
diff --git a/gnu/build/install.scm b/gnu/build/install.scm
index 9085e22..9785b6d 100644
--- a/gnu/build/install.scm
+++ b/gnu/build/install.scm
@@ -103,7 +103,7 @@ STORE."
(directory ,store 0 30000 #o1775)
(directory "/etc")
- (directory "/var/log") ; for dmd
+ (directory "/var/log") ; for shepherd
(directory "/var/guix/gcroots")
(directory "/var/empty") ; for no-login accounts
(directory "/var/db") ; for dhclient, etc.
- branch master updated (6d97319 -> 171a0a1), Alex Kost, 2016/01/29
- 01/10: gnu: elogind: Use 'shepherd' input., Alex Kost, 2016/01/29
- 02/10: Use 'shepherd' instead of 'dmd' as init system., Alex Kost, 2016/01/29
- 03/10: Rename '/root/etc/dmd' directory and 'do-not-kill' file., Alex Kost, 2016/01/29
- 07/10: services: xorg: Use 'shepherd' instead of 'dmd'., Alex Kost, 2016/01/29
- 04/10: doc: Replace references to 'dmd' with 'shepherd'., Alex Kost, 2016/01/29
- 10/10: Rename 'dmd' to 'shepherd' in comments and strings.,
Alex Kost <=
- 06/10: services: shepherd: Rename shepherd configuration file., Alex Kost, 2016/01/29
- 09/10: guix system: Rename 'dmd-graph' to 'shepherd-graph'., Alex Kost, 2016/01/29
- 05/10: Rename (gnu services dmd) to (gnu services shepherd)., Alex Kost, 2016/01/29
- 08/10: services: Rename 'dmd' services to 'shepherd'., Alex Kost, 2016/01/29