s6

Mirror/fork of https://skarnet.org/software/s6/
git clone https://ccx.te2000.cz/git/s6
Log | Files | Refs | README | LICENSE

commit 98a11fa2257a51819174c229a79da513c0eac704
parent 5fe23e477163ebb42f52a321b178943402011cd8
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Thu,  6 Sep 2018 20:45:36 +0000

 bugfix: s6lockd-helper is in LIBEXECPREFIX

Thanks to Shengjing Zhu.

Diffstat:
MAUTHORS | 1+
Msrc/include/s6/s6lock.h | 2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git 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 @@ -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)