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 <bwal...@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.
_______________________________________________
devel mailing list
devel@lists.opencsw.org
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to