pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/chat/prosody/files



Module Name:    pkgsrc
Committed By:   sborrill
Date:           Tue Nov 25 15:53:15 UTC 2025

Modified Files:
        pkgsrc/chat/prosody/files: prosody.sh

Log Message:
Expand comment explaning why we check for prosody.soc.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/chat/prosody/files/prosody.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/prosody/files/prosody.sh
diff -u pkgsrc/chat/prosody/files/prosody.sh:1.8 pkgsrc/chat/prosody/files/prosody.sh:1.9
--- pkgsrc/chat/prosody/files/prosody.sh:1.8    Wed Nov  5 09:17:44 2025
+++ pkgsrc/chat/prosody/files/prosody.sh        Tue Nov 25 15:53:15 2025
@@ -1,6 +1,6 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: prosody.sh,v 1.8 2025/11/05 09:17:44 sborrill Exp $
+# $NetBSD: prosody.sh,v 1.9 2025/11/25 15:53:15 sborrill Exp $
 #
 # PROVIDE: prosody
 # REQUIRE: DAEMON
@@ -35,7 +35,9 @@ prosody_precmd()
 prosody_postcmd()
 {
     # Fix for failed socket clean-up which stops
-    # prosodyctl working after a restart
+    # prosodyctl working after a restart. This is caused
+    # by a potential build-time configuration error with
+    # lua-socket.
     if test -S "@PROSODY_RUN@/${name}.soc"; then
         rm -f "@PROSODY_RUN@/${name}.soc"
     fi



Home | Main Index | Thread Index | Old Index