Skip to content

Commit 1989dd7

Browse files
author
sborrill
committed
Expand comment explaning why we check for prosody.soc.
1 parent 7955511 commit 1989dd7

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

chat/prosody/files/prosody.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!@RCD_SCRIPTS_SHELL@
22
#
3-
# $NetBSD: prosody.sh,v 1.8 2025/11/05 09:17:44 sborrill Exp $
3+
# $NetBSD: prosody.sh,v 1.9 2025/11/25 15:53:15 sborrill Exp $
44
#
55
# PROVIDE: prosody
66
# REQUIRE: DAEMON
@@ -35,7 +35,9 @@ prosody_precmd()
3535
prosody_postcmd()
3636
{
3737
# Fix for failed socket clean-up which stops
38-
# prosodyctl working after a restart
38+
# prosodyctl working after a restart. This is caused
39+
# by a potential build-time configuration error with
40+
# lua-socket.
3941
if test -S "@PROSODY_RUN@/${name}.soc"; then
4042
rm -f "@PROSODY_RUN@/${name}.soc"
4143
fi

0 commit comments

Comments
 (0)