* modules/shepherd/support.scm (make-bare-init-file): Adjust comment lines for the rename. --- modules/shepherd/support.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/modules/shepherd/support.scm b/modules/shepherd/support.scm index f1878a6..369beb8 100644 --- a/modules/shepherd/support.scm +++ b/modules/shepherd/support.scm @@ -216,17 +216,17 @@ TARGET should be a string representing a filepath + name." (with-output-to-file target (lambda () (display (string-append - ";; init.scm -- default dmd configuration file. + ";; init.scm -- default shepherd configuration file. -;; Services known to dmd: -;; Add new services (defined using 'make <service>') to dmd here by +;; Services known to shepherd: +;; Add new services (defined using 'make <service>') to shepherd here by ;; providing them as arguments to 'register-services'. ""(register-services) ;; Send shepherd into the background ""(action 'shepherd 'daemonize) -;; Services to start when dmd starts: +;; Services to start when shepherd starts: ;; Add the name of each service that should be started to the list ;; below passed to 'for-each'. ""(for-each start '()) -- 2.6.3