From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: [SHEPHERD] [PATCH 0/5] Replace 'dmd' service with 'root/shepherd'. Date: Sun, 24 Jan 2016 18:33:06 +0300 Message-ID: <1453649591-3478-1-git-send-email-alezost@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56029) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNMfW-0001Ay-Nu for guix-devel@gnu.org; Sun, 24 Jan 2016 10:33:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aNMfT-00050L-HK for guix-devel@gnu.org; Sun, 24 Jan 2016 10:33:34 -0500 Received: from mail-lf0-x241.google.com ([2a00:1450:4010:c07::241]:36538) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNMfT-00050H-94 for guix-devel@gnu.org; Sun, 24 Jan 2016 10:33:31 -0500 Received: by mail-lf0-x241.google.com with SMTP id t141so6527238lfd.3 for ; Sun, 24 Jan 2016 07:33:31 -0800 (PST) Received: from localhost.localdomain ([217.107.192.146]) by smtp.gmail.com with ESMTPSA id e130sm2135200lfe.9.2016.01.24.07.33.29 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 24 Jan 2016 07:33:30 -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 As discussed in a parallel thread, this patchset is for renaming 'dmd' service to 'root' service (which also provides 'shepherd' name). Actually, patches 1, 2 and 4 are not related, I just made some changes that I noticed and I believe should be made :-) Patches: [PATCH 1/5] service: Rename 'services' variable to '%services'. [PATCH 2/5] service: Improve style of 'for-each-service'. [PATCH 3/5] service: 'service-list' returns unique services. Without this change, if the root service provides 2 names, 'herd status' would display: Started: (root root) Stopped: () [PATCH 4/5] service: Add docstring to 'lookup-services'. [PATCH 5/5] Rename 'dmd' service to 'root'.