From 5d3ec9af351f4c117ee3df0a05fc74cd97422a74 Mon Sep 17 00:00:00 2001 From: Shin'ya Minazuki Date: Tue, 12 May 2026 11:36:41 -0300 Subject: [PATCH] net-im/dendrite: correct call to checkpath Signed-off-by: Shin'ya Minazuki --- net-im/dendrite/files/dendrite.initd-r0 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-im/dendrite/files/dendrite.initd-r0 b/net-im/dendrite/files/dendrite.initd-r0 index 3e3f68f..bff3b98 100644 --- a/net-im/dendrite/files/dendrite.initd-r0 +++ b/net-im/dendrite/files/dendrite.initd-r0 @@ -17,7 +17,8 @@ depend() { } start_pre() { - if ! checkpath --file /etc/${RC_SVCNAME}.yaml -; then + ebegin "Checking for the existence of /etc/${RC_SVCNAME}.yaml" + if ! checkpath --file /etc/${RC_SVCNAME}.yaml; then eerror "You need a configuration file to proceed" eerror "See /usr/sbin/dendrite-generate-config" fi