commit 26d5a78bf3ee8ef99fd0962ede3c2522d12c741c
parent 5e3fcefc47824c9ce3bff156804dd44995a04073
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date: Fri, 26 Feb 2021 10:51:33 +0000
bugfix: call ftrigrd and lockd via the non-versioned path
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/include/s6/ftrigr.h b/src/include/s6/ftrigr.h
@@ -18,7 +18,7 @@
#define FTRIGR_IPCPATH SKALIBS_SPROOT "/run/service/ftrigrd/s"
-#define FTRIGRD_PROG S6_BINPREFIX "s6-ftrigrd"
+#define FTRIGRD_PROG S6_EXTBINPREFIX "s6-ftrigrd"
#define FTRIGR_BANNER1 "ftrigr v1.0 (b)\n"
#define FTRIGR_BANNER1_LEN (sizeof FTRIGR_BANNER1 - 1)
#define FTRIGR_BANNER2 "ftrigr v1.0 (a)\n"
diff --git a/src/include/s6/s6lock.h b/src/include/s6/s6lock.h
@@ -13,7 +13,7 @@
/* Constants */
-#define S6LOCKD_PROG S6_BINPREFIX "s6lockd"
+#define S6LOCKD_PROG S6_EXTBINPREFIX "s6lockd"
#define S6LOCKD_HELPER_PROG S6_LIBEXECPREFIX "s6lockd-helper"
#define S6LOCK_BANNER1 "s6lock v1.0 (b)\n"