pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/mosquitto/files



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Thu Jan 28 19:49:29 UTC 2021

Modified Files:
        pkgsrc/net/mosquitto/files: mosquitto.sh

Log Message:
mosquitto: Fix mistake introduced in rc script


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/mosquitto/files/mosquitto.sh

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

Modified files:

Index: pkgsrc/net/mosquitto/files/mosquitto.sh
diff -u pkgsrc/net/mosquitto/files/mosquitto.sh:1.2 pkgsrc/net/mosquitto/files/mosquitto.sh:1.3
--- pkgsrc/net/mosquitto/files/mosquitto.sh:1.2 Thu Jan 28 19:46:24 2021
+++ pkgsrc/net/mosquitto/files/mosquitto.sh     Thu Jan 28 19:49:29 2021
@@ -1,6 +1,6 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: mosquitto.sh,v 1.2 2021/01/28 19:46:24 triaxx Exp $
+# $NetBSD: mosquitto.sh,v 1.3 2021/01/28 19:49:29 triaxx Exp $
 #
 # PROVIDE: mosquitto
 # REQUIRE: DAEMON
@@ -10,7 +10,7 @@
 name="mosquitto"
 rcvar=$name
 command="@PREFIX@/sbin/${name}"
-pidfile="/var/run/${name}.pid"
+pidfile="@VARBASE@/run/${name}.pid"
 config="@PKG_SYSCONFDIR@/${name}.conf"
 
 command_args="-d -c $config"



Home | Main Index | Thread Index | Old Index