mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
mount does now work in server and standalone mode.
Implemented a signal handler.
This commit is contained in:
parent
536b6ab09f
commit
1445c15ed1
9 changed files with 1011 additions and 112 deletions
|
@ -262,7 +262,8 @@ run_encfs_tool (ctrl_t ctrl, enum encfs_cmds cmd,
|
|||
pgmname = "/usr/bin/encfs";
|
||||
idx = 0;
|
||||
argv[idx++] = "-f";
|
||||
argv[idx++] = "-v";
|
||||
if (opt.verbose)
|
||||
argv[idx++] = "-v";
|
||||
argv[idx++] = "--stdinpass";
|
||||
argv[idx++] = "--annotate";
|
||||
argv[idx++] = rawdir;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue