pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/py-supervisor/files
Module Name: pkgsrc
Committed By: wiz
Date: Wed Jul 19 12:50:56 UTC 2023
Modified Files:
pkgsrc/sysutils/py-supervisor/files: supervisord.sh
Log Message:
py-supervisor: honor VARBASE in rc.d script
ride bump
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/py-supervisor/files/supervisord.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/py-supervisor/files/supervisord.sh
diff -u pkgsrc/sysutils/py-supervisor/files/supervisord.sh:1.1 pkgsrc/sysutils/py-supervisor/files/supervisord.sh:1.2
--- pkgsrc/sysutils/py-supervisor/files/supervisord.sh:1.1 Wed Jul 19 12:48:22 2023
+++ pkgsrc/sysutils/py-supervisor/files/supervisord.sh Wed Jul 19 12:50:56 2023
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: supervisord.sh,v 1.1 2023/07/19 12:48:22 wiz Exp $
+# $NetBSD: supervisord.sh,v 1.2 2023/07/19 12:50:56 wiz Exp $
#
# PROVIDE: supervisord
# REQUIRE: DAEMON
@@ -12,7 +12,7 @@ rcvar=${name}
command="@PREFIX@/bin/supervisord-@PYVERSSUFFIX@"
command_interpreter="@PREFIX@/bin/python@PYVERSSUFFIX@"
required_files="@PREFIX@/etc/supervisord.conf"
-pidfile="/var/run/supervisord.pid"
+pidfile="@VARBASE@/run/supervisord.pid"
supervisord_flags="-c @PREFIX@/etc/supervisord.conf"
load_rc_config $name
Home |
Main Index |
Thread Index |
Old Index