diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-11-27 11:26:29 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-11-27 11:26:29 +0000 |
commit | d1905957428af0f5280fe7bfcb3be35a320d39c3 (patch) | |
tree | eb44e0b40729e77ab20c58e48cc37fa6cf1fb255 /src | |
parent | 08e88c5efc65a6f49da40aa002bc5f4b0ebee49d (diff) | |
download | s6-networking-d1905957428af0f5280fe7bfcb3be35a320d39c3.tar.xz |
use S6_EXTBINPREFIX for s6-applyuidgid invocation in s6-tlsserver
Diffstat (limited to 'src')
-rw-r--r-- | src/conn-tools/s6-tlsserver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conn-tools/s6-tlsserver.c b/src/conn-tools/s6-tlsserver.c index d7604a9..bb7b060 100644 --- a/src/conn-tools/s6-tlsserver.c +++ b/src/conn-tools/s6-tlsserver.c @@ -223,7 +223,7 @@ int main (int argc, char const *const *argv, char const *const *envp) newargv[m++] = "--" ; if (o.doapply) { - newargv[m++] = S6_BINPREFIX "s6-applyuidgid" ; + newargv[m++] = S6_EXTBINPREFIX "s6-applyuidgid" ; if (o.gidn != (unsigned int)-1) { newargv[m++] = "-G" ; |