diff options
author | David Shaw <[email protected]> | 2002-07-24 19:24:08 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2002-07-24 19:24:08 +0000 |
commit | d0c643a6c573342704c34527bb0950a56976d563 (patch) | |
tree | 6952e46c863aa2e7a5f0bc386c4761794eb3c456 /g10/exec.h | |
parent | * Makefile.am: Install keyserver helpers in @GNUPG_LIBEXECDIR@ (diff) | |
download | gnupg-d0c643a6c573342704c34527bb0950a56976d563.tar.gz gnupg-d0c643a6c573342704c34527bb0950a56976d563.zip |
* options.h, exec.h, exec.c (set_exec_path, exec_write), g10.c (main),
keyserver.c (keyserver_spawn): If the user does not use "exec-path",
completely replace $PATH with GNUPG_LIBEXECDIR before calling the
keyserver helper. If the user does use "exec-path", append
GNUPG_LIBEXECDIR after the specified path.
Diffstat (limited to 'g10/exec.h')
-rw-r--r-- | g10/exec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/exec.h b/g10/exec.h index 442952804..427f25810 100644 --- a/g10/exec.h +++ b/g10/exec.h @@ -18,6 +18,6 @@ int exec_write(struct exec_info **info,const char *program, const char *args_in,const char *name,int writeonly,int binary); int exec_read(struct exec_info *info); int exec_finish(struct exec_info *info); -int set_exec_path(const char *path); +int set_exec_path(const char *path,int method); #endif /* !_EXEC_H_ */ |