summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)