daemon: Install 'authenticate' script under LIBEXECDIR/guix.
authorLudovic Courtès <ludo@gnu.org>
Wed, 14 Nov 2018 17:11:58 +0000 (18:11 +0100)
committerLudovic Courtès <ludo@gnu.org>
Wed, 14 Nov 2018 20:34:08 +0000 (21:34 +0100)
commit0fe1fba4af41f267c4bb2c006fb37f42422ab703
tree41e62d7998c5665b81664faa390507019698e468
parent7a54b2281d1f60fd0ae2e058c219c5a600ad756b
daemon: Install 'authenticate' script under LIBEXECDIR/guix.

That way it is handled in the same way as other helper scripts.

* nix/scripts/guix-authenticate.in: Rename to...
* nix/scripts/authenticate.in: ... this.
* config-daemon.ac: Adjust accordingly.
* nix/local.mk (libstore_a_CPPFLAGS): Remove -DOPENSSL_PATH.
(nodist_libexec_SCRIPTS): Remove.
(nodist_pkglibexec_SCRIPTS): New variable.
* nix/nix-daemon/guix-daemon.cc (main): Remove 'setenv' call for
"PATH".
* nix/libstore/local-store.cc (runAuthenticationProgram): New function.
(LocalStore::exportPath, LocalStore::importPath): Use it instead of
'runProgram' and OPENSSL_PATH.
config-daemon.ac
nix/libstore/local-store.cc
nix/local.mk
nix/nix-daemon/guix-daemon.cc
nix/scripts/authenticate.in [moved from nix/scripts/guix-authenticate.in with 100% similarity]