aboutsummaryrefslogtreecommitdiff
path: root/src/xyz/euandreh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-12-01 19:10:04 -0300
committerEuAndreh <eu@euandre.org>2022-12-01 19:10:04 -0300
commit84c8299a509d4d418078ab2d4f1df7b3ea8ef018 (patch)
tree6c6a66c65acc3a101fb03e6ce1d98f41b81fefa4 /src/xyz/euandreh
parentqueue.scm: Fix splicing of supplementary-groups (diff)
downloadpackage-repository-84c8299a509d4d418078ab2d4f1df7b3ea8ef018.tar.gz
package-repository-84c8299a509d4d418078ab2d4f1df7b3ea8ef018.tar.xz
queue.scm: Shorten documentation string markers
Diffstat (limited to 'src/xyz/euandreh')
-rw-r--r--src/xyz/euandreh/queue.scm12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/xyz/euandreh/queue.scm b/src/xyz/euandreh/queue.scm
index 09ad659..3cb0ac9 100644
--- a/src/xyz/euandreh/queue.scm
+++ b/src/xyz/euandreh/queue.scm
@@ -362,7 +362,7 @@ collections.OrderedDict that works in Python 2.4-2.6.")
(service-extension account-service-type
shadow-group-accounts)))
(default-value (shadow-group-configuration))
- (description "FIXME:DOCUMENTATION: heredoc syntax?")))
+ (description "FIXME:DOCUMENTATION")))
(define-record-type* <cyrus-service-configuration>
@@ -437,7 +437,7 @@ collections.OrderedDict that works in Python 2.4-2.6.")
(list
(shepherd-service
(provision '(cyrus-sasl))
- (documentation "FIXME:DOCUMENTATION: heredoc syntax?")
+ (documentation "FIXME:DOCUMENTATION")
(start #~(make-forkexec-constructor
(list
#$(file-append cyrus-sasl "/sbin/saslauthd")
@@ -475,7 +475,7 @@ collections.OrderedDict that works in Python 2.4-2.6.")
(cyrus-sasl-configuration-services config)
services)))))
(default-value (cyrus-sasl-configuration))
- (description "FIXME:DOCUMENTATION: heredoc syntax?")))
+ (description "FIXME:DOCUMENTATION")))
(define-record-type* <dkimproxyout-configuration>
@@ -585,7 +585,7 @@ keyfile ~a/private.key
(list
(shepherd-service
(provision '(dkimproxyout))
- (documentation "FIXME:DOCUMENTATION: heredoc syntax?")
+ (documentation "FIXME:DOCUMENTATION")
(start #~(make-forkexec-constructor
(list
#$(file-append dkimproxy "/bin/dkimproxy.out")
@@ -597,7 +597,7 @@ keyfile ~a/private.key
(list
(shepherd-action
(name 'configuration)
- (documentation "FIXME:DOCUMENTATION: heredoc syntax?")
+ (documentation "FIXME:DOCUMENTATION")
(procedure
#~(lambda _
(format #t "~a~%" #$config-file)))))))))))
@@ -618,7 +618,7 @@ keyfile ~a/private.key
(service-extension shepherd-root-service-type
dkimproxyout-shepherd-service)))
(default-value (dkimproxyout-configuration))
- (description "FIXME:DOCUMENTATION: heredoc syntax?")))
+ (description "FIXME:DOCUMENTATION")))