civodul pushed a commit to branch devel
in repository shepherd.
commit fbf66b8f9f77e75c3ca35af1699a1808aaea8fdf
Author: Ludovic Courtès <[email protected]>
AuthorDate: Fri May 17 22:16:48 2024 +0200
service: Remove exports for now nonexistent GOOPS methods.
This is a followup to e6e9fdfe33576d95ac40d38e2f3075578e8e4cf9.
* modules/shepherd/service.scm: Remove exports of deprecated bindings
that have been removed.
---
modules/shepherd/service.scm | 22 +---------------------
1 file changed, 1 insertion(+), 21 deletions(-)
diff --git a/modules/shepherd/service.scm b/modules/shepherd/service.scm
index a504b3f..a92c0c3 100644
--- a/modules/shepherd/service.scm
+++ b/modules/shepherd/service.scm
@@ -171,27 +171,7 @@
condition->sexp
get-message* ;XXX: for lack of a better place
- essential-task-thunk
-
- ;; Deprecated bindings.
- provided-by
- required-by
- one-shot?
- transient?
- respawn?
- canonical-name
- running?
- stopped?
- enabled?
- enable
- disable
- start
- stop
- action-list
- make-actions
- lookup-action
- defines-action?
- lookup-services))
+ essential-task-thunk))
(define sleep (@ (fibers) sleep))