[csw-devel] SF.net SVN: opencsw:[432] catalog_signatures/bin/daemon_verify

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


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

Log Message:
-----------
correct the path for the gpg home directory in daemon_verify

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

Modified Paths:
--------------
    catalog_signatures/bin/daemon_verify

Modified: catalog_signatures/bin/daemon_verify
===================================================================
--- catalog_signatures/bin/daemon_verify	2011-07-21 03:10:07 UTC (rev 431)
+++ catalog_signatures/bin/daemon_verify	2011-07-21 03:10:28 UTC (rev 432)
@@ -4,7 +4,7 @@
 
 DAEMON_BIN="$(dirname $0)"
 DAEMON_HOME="${DAEMON_BIN}/.."
-DAEMON_GPG="${DAEMON_HOME}/gpg"
+DAEMON_GPG="${DAEMON_HOME}/etc/gpg"
 DAEMON_TMP="${DAEMON_HOME}/tmp"
 GPG_ENV="${DAEMON_TMP}/gpg-agent.conf"
 DAEMON="${DAEMON_BIN}/catalog_gpg"


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