summaryrefslogtreecommitdiff
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
parent5fe23e477163ebb42f52a321b178943402011cd8 (diff)
downloads6-98a11fa2257a51819174c229a79da513c0eac704.tar.xz
bugfix: s6lockd-helper is in LIBEXECPREFIX
Thanks to Shengjing Zhu.
-rw-r--r--AUTHORS1
-rw-r--r--src/include/s6/s6lock.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index b5c4d90..734aca3 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -10,6 +10,7 @@ Contributors:
Olivier Brunel <jjk@jjacky.com>
Colin Booth <colin@heliocat.net>
Eric Le Bihan <eric.le.bihan.dev@free.fr>
+ Shengjing Zhu <zhsj@debian.org>
Thanks to:
Dan J. Bernstein <djb@cr.yp.to>
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)