[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[shepherd] 02/09: tests: misbehaved-client: Rename 'dmd' to 'root'.
From: |
Alex Kost |
Subject: |
[shepherd] 02/09: tests: misbehaved-client: Rename 'dmd' to 'root'. |
Date: |
Tue, 26 Jan 2016 09:40:25 +0000 |
alezost pushed a commit to branch master
in repository shepherd.
commit e2fc8e36a9e495532adba0eefd8899812992e100
Author: Alex Kost <address@hidden>
Date: Mon Jan 25 12:17:12 2016 +0300
tests: misbehaved-client: Rename 'dmd' to 'root'.
This is a followup to commit cddf6a5aed5c66f91b93a84afa4b5dadde743b13.
* tests/misbehaved-client.sh: Use 'root' service name instead of 'dmd'.
---
tests/misbehaved-client.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/misbehaved-client.sh b/tests/misbehaved-client.sh
index 4c21cab..fad5f4d 100644
--- a/tests/misbehaved-client.sh
+++ b/tests/misbehaved-client.sh
@@ -69,7 +69,7 @@ $herd status # still here?
(let ((sock (open-connection \"$socket\")))
(setvbuf sock _IOFBF 5000)
- (write-command (shepherd-command 'status 'dmd) sock)
+ (write-command (shepherd-command 'status 'root) sock)
;; Close prematurely, right after sending the command.
(close-port sock))"
- [shepherd] branch master updated (812b2a0 -> cf8a3c2), Alex Kost, 2016/01/26
- [shepherd] 02/09: tests: misbehaved-client: Rename 'dmd' to 'root'.,
Alex Kost <=
- [shepherd] 06/09: Rename default system configuration file., Alex Kost, 2016/01/26
- [shepherd] 03/09: tests: Rename 'dmd_pid' to 'shepherd_pid'., Alex Kost, 2016/01/26
- [shepherd] 07/09: support: Rename state file., Alex Kost, 2016/01/26
- [shepherd] 01/09: service: Improve 'service-list'., Alex Kost, 2016/01/26
- [shepherd] 08/09: Replace "dmd" with "shepherd" in comments and strings., Alex Kost, 2016/01/26
- [shepherd] 09/09: Remove utils., Alex Kost, 2016/01/26
- [shepherd] 04/09: ChangeLog: Rename git repository., Alex Kost, 2016/01/26
- [shepherd] 05/09: support: Rename 'make-dmd-user-module' to 'make-user-module'., Alex Kost, 2016/01/26