pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/mosquitto/files mosquitto: Fix mistake introduced ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/638db0b26c13
branches: trunk
changeset: 445764:638db0b26c13
user: triaxx <triaxx%pkgsrc.org@localhost>
date: Thu Jan 28 19:49:29 2021 +0000
description:
mosquitto: Fix mistake introduced in rc script
diffstat:
net/mosquitto/files/mosquitto.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r cfa923141e45 -r 638db0b26c13 net/mosquitto/files/mosquitto.sh
--- a/net/mosquitto/files/mosquitto.sh Thu Jan 28 19:46:42 2021 +0000
+++ b/net/mosquitto/files/mosquitto.sh Thu Jan 28 19:49:29 2021 +0000
@@ -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