From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: [SHEPHERD] [PATCH 0/8]: More dmd -> shepherd patches. Date: Mon, 25 Jan 2016 13:50:13 +0300 Message-ID: <1453719021-13836-1-git-send-email-alezost@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40221) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNejr-0006aU-3D for guix-devel@gnu.org; Mon, 25 Jan 2016 05:51:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aNejn-0006wW-Q3 for guix-devel@gnu.org; Mon, 25 Jan 2016 05:51:14 -0500 Received: from mail-lf0-x244.google.com ([2a00:1450:4010:c07::244]:36244) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNejn-0006wM-IU for guix-devel@gnu.org; Mon, 25 Jan 2016 05:51:11 -0500 Received: by mail-lf0-x244.google.com with SMTP id t141so7631195lfd.3 for ; Mon, 25 Jan 2016 02:51:11 -0800 (PST) Received: from localhost.localdomain ([217.107.192.146]) by smtp.gmail.com with ESMTPSA id p138sm2595299lfb.22.2016.01.25.02.51.09 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 25 Jan 2016 02:51:09 -0800 (PST) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org Hello, this is another patchset for moving away from "dmd" name. AFAICT the only files where deco/dmd still present (except NEWS and ANNOUNCE--*) are: THANKS, QUESTIONS and "examples" directory. I don't know whether these files should be modified or not. Patches: [PATCH 1/8] tests: misbehaved-client: Rename 'dmd' to 'root'. I hope this is the last followup to cddf6a5 :-) However, the strange thing is that this test don't fail when 'dmd' (or any other name) is used. I didn't closely look at this test, so I'm just blaming. [PATCH 2/8] tests: Rename 'dmd_pid' to 'shepherd_pid'. [PATCH 3/8] ChangeLog: Rename git repository. [PATCH 4/8] support: Rename 'make-dmd-user-module' to 'make-user-module'. [PATCH 5/8] Rename default system configuration file. [PATCH 6/8] support: Rename state file. [PATCH 7/8] utils: Rename 'dmd-gettext.scm' to 'shepherd-gettext.scm'. I don't really understand the purpose of this file, I just renamed it. [PATCH 8/8] Replace "dmd" with "shepherd" in comments and strings. This is the final cleanup.