[csw-devel] SF.net SVN: opencsw:[484] catalog_signatures/bin/signing_daemon

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Thu Jul 21 05:29:16 CEST 2011


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

Log Message:
-----------
leave a note about why we do not run screen directly under gpg-agent

Signed-off-by: Ben Walton <bwalton at opencsw.org>

Modified Paths:
--------------
    catalog_signatures/bin/signing_daemon

Modified: catalog_signatures/bin/signing_daemon
===================================================================
--- catalog_signatures/bin/signing_daemon	2011-07-21 03:28:57 UTC (rev 483)
+++ catalog_signatures/bin/signing_daemon	2011-07-21 03:29:16 UTC (rev 484)
@@ -12,6 +12,8 @@
 
 rm -f ${APP_GPG_ENV}
 
+# we run gpg-agent separately instead of having it fork/exec screen so
+# that when screen is detached, gpg-agent continues to run...
 eval $(gpg-agent --log-file "${APP_LOGDIR}/gpg-agent.log" --daemon --homedir "${APP_GPG}" --write-env-file "${APP_GPG_ENV}")
 
 exec screen -c "${APP_ETC}/screenrc" -p 0


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list