Revision: 449
          http://opencsw.svn.sourceforge.net/opencsw/?rev=449&view=rev
Author:   bdwalton
Date:     2011-07-21 03:16:26 +0000 (Thu, 21 Jul 2011)

Log Message:
-----------
allow preset passphrase and log agent activity to tmp/gpg-agent.log

Signed-off-by: Ben Walton <bwal...@opencsw.org>

Modified Paths:
--------------
    catalog_signatures/bin/daemon_init

Modified: catalog_signatures/bin/daemon_init
===================================================================
--- catalog_signatures/bin/daemon_init  2011-07-21 03:16:06 UTC (rev 448)
+++ catalog_signatures/bin/daemon_init  2011-07-21 03:16:26 UTC (rev 449)
@@ -12,4 +12,4 @@
 
 rm -f ${APP_GPG_ENV}
 
-gpg-agent --daemon --homedir "${APP_GPG}" --write-env-file "${APP_GPG_ENV}" 
screen -c "${APP_HOME}/etc/screenrc" -p 0
+gpg-agent --log-file "${APP_TMP}/gpg-agent.log" --allow-preset-passphrase 
--daemon --homedir "${APP_GPG}" --write-env-file "${APP_GPG_ENV}" screen -c 
"${APP_HOME}/etc/screenrc" -p 0


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
devel mailing list
devel@lists.opencsw.org
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to