summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2018-09-06 20:45:36 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2018-09-06 20:45:36 +0000
commit98a11fa2257a51819174c229a79da513c0eac704 (patch)
treec5c2262fe96e8a03ec2dbd4fa5f09382c714338b /src
parent5fe23e477163ebb42f52a321b178943402011cd8 (diff)
downloads6-98a11fa2257a51819174c229a79da513c0eac704.tar.xz
bugfix: s6lockd-helper is in LIBEXECPREFIX
Thanks to Shengjing Zhu.
Diffstat (limited to 'src')
-rw-r--r--src/include/s6/s6lock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/s6/s6lock.h b/src/include/s6/s6lock.h
index b1f69c4..c4f73e2 100644
--- a/src/include/s6/s6lock.h
+++ b/src/include/s6/s6lock.h
@@ -14,7 +14,7 @@
/* Constants */
#define S6LOCKD_PROG S6_BINPREFIX "s6lockd"
-#define S6LOCKD_HELPER_PROG S6_BINPREFIX "s6lockd-helper"
+#define S6LOCKD_HELPER_PROG S6_LIBEXECPREFIX "s6lockd-helper"
#define S6LOCK_BANNER1 "s6lock v1.0 (b)\n"
#define S6LOCK_BANNER1_LEN (sizeof S6LOCK_BANNER1 - 1)