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

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Thu Jul 21 05:28:38 CEST 2011


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

Log Message:
-----------
store the gpg-agent.log file in APP_LOGDIR

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:19 UTC (rev 481)
+++ catalog_signatures/bin/signing_daemon	2011-07-21 03:28:38 UTC (rev 482)
@@ -11,6 +11,6 @@
 
 rm -f ${APP_GPG_ENV}
 
-eval $(gpg-agent --log-file "${APP_TMP}/gpg-agent.log" --daemon --homedir "${APP_GPG}" --write-env-file "${APP_GPG_ENV}")
+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