diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-09-06 20:45:36 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-09-06 20:45:36 +0000 |
commit | 98a11fa2257a51819174c229a79da513c0eac704 (patch) | |
tree | c5c2262fe96e8a03ec2dbd4fa5f09382c714338b | |
parent | 5fe23e477163ebb42f52a321b178943402011cd8 (diff) | |
download | s6-98a11fa2257a51819174c229a79da513c0eac704.tar.xz |
bugfix: s6lockd-helper is in LIBEXECPREFIX
Thanks to Shengjing Zhu.
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | src/include/s6/s6lock.h | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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) |