From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Thompson Subject: [DMD] [PATCH] service: Export provided-by procedure. Date: Thu, 03 Sep 2015 22:48:18 -0400 Message-ID: <87r3mehpcd.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39719) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXh37-0002SP-BG for guix-devel@gnu.org; Thu, 03 Sep 2015 22:48:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXh36-0006Ij-71 for guix-devel@gnu.org; Thu, 03 Sep 2015 22:48:21 -0400 Received: from mail.fsf.org ([208.118.235.13]:37418) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXh36-0006If-32 for guix-devel@gnu.org; Thu, 03 Sep 2015 22:48:20 -0400 Received: from c-73-188-137-88.hsd1.de.comcast.net ([73.188.137.88]:45303 helo=izanagi) by mail.fsf.org with esmtpsa (TLS-1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.69) (envelope-from ) id 1ZXh35-0001zo-JV for guix-devel@gnu.org; Thu, 03 Sep 2015 22:48:19 -0400 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 --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-service-Export-provided-by-procedure.patch >From 1d1ffe513750d040ddde68c1baa0a5c59fb6b679 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 3 Sep 2015 22:46:57 -0400 Subject: [PATCH] service: Export provided-by procedure. * modules/dmd/service.scm: Export provided-by. --- modules/dmd/service.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/dmd/service.scm b/modules/dmd/service.scm index 67156dd..aece069 100644 --- a/modules/dmd/service.scm +++ b/modules/dmd/service.scm @@ -56,6 +56,7 @@ lookup-services respawn-service register-services + provided-by required-by handle-unknown make-forkexec-constructor -- 2.5.0 --=-=-= Content-Type: text/plain -- David Thompson GPG Key: 0FF1D807 --=-=-=--