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

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


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

Log Message:
-----------
export the name of the primary http gpg proxy daemon

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:21:37 UTC (rev 463)
+++ catalog_signatures/bin/signing_daemon	2011-07-21 03:21:58 UTC (rev 464)
@@ -4,11 +4,12 @@
 
 APP_HOME=/opt/catalog_signatures
 APP_BIN=${APP_HOME}/bin
+APP_DAEMON=${APP_BIN}/http_gpg_proxy
 APP_GPG=${APP_HOME}/etc/gpg
 APP_TMP=${APP_HOME}/tmp
 APP_GPG_ENV=${APP_TMP}/gpg-agent-env.conf
 
-export APP_HOME APP_BIN APP_GPG APP_TMP APP_GPG_ENV
+export APP_HOME APP_BIN APP_GPG APP_TMP APP_GPG_ENV APP_DAEMON
 
 rm -f ${APP_GPG_ENV}
 


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