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: Fri Oct 6 07:50:55 UTC 2023
Modified Files:
pkgsrc/net/mosquitto/files: mosquitto.sh
Log Message:
mosquitto: Fix rc.d script for OS using pkgtools/rc.subr
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 pkgsrc/net/mosquitto/files/mosquitto.sh:1.6
--- pkgsrc/net/mosquitto/files/mosquitto.sh:1.5 Mon Feb 1 20:50:01 2021
+++ pkgsrc/net/mosquitto/files/mosquitto.sh Fri Oct 6 07:50:54 2023
@@ -1,11 +1,11 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: mosquitto.sh,v 1.5 2021/02/01 20:50:01 triaxx Exp $
+# $NetBSD: mosquitto.sh,v 1.6 2023/10/06 07:50:54 triaxx Exp $
#
# PROVIDE: mosquitto
# REQUIRE: DAEMON
-. /etc/rc.subr
+$_rc_subr_loaded . @SYSCONFBASE@/rc.subr
name="mosquitto"
rcvar=$name
Home |
Main Index |
Thread Index |
Old Index