guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[dmd] 01/01: services: Export 'make-actions'.


From: Ludovic Courtès
Subject: [dmd] 01/01: services: Export 'make-actions'.
Date: Sun, 08 Feb 2015 20:47:18 +0000

civodul pushed a commit to branch master
in repository dmd.

commit 0623a67de895fd929c5e02c3e171fe1791ce4504
Author: Ludovic Courtès <address@hidden>
Date:   Sun Feb 8 21:46:58 2015 +0100

    services: Export 'make-actions'.
    
    * modules/dmd/service.scm: Export 'make-actions', which is documented.
---
 modules/dmd/service.scm |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/modules/dmd/service.scm b/modules/dmd/service.scm
index 7e8d281..dd5afe3 100644
--- a/modules/dmd/service.scm
+++ b/modules/dmd/service.scm
@@ -1,5 +1,5 @@
 ;; service.scm -- Representation of services.
-;; Copyright (C) 2013, 2014 Ludovic Courtès <address@hidden>
+;; Copyright (C) 2013, 2014, 2015 Ludovic Courtès <address@hidden>
 ;; Copyright (C) 2002, 2003 Wolfgang Järling <address@hidden>
 ;; Copyright (C) 2014 Alex Sassmannshausen <address@hidden>
 ;;
@@ -66,7 +66,8 @@
             make-system-destructor
             make-init.d-service
 
-            dmd-service))
+            dmd-service
+            make-actions))
 
 ;; Conveniently create an actions object containing the actions for a
 ;; <service> object.  The current structure is a list of actions,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]