[csw-devel] SF.net SVN: opencsw:[446] catalog_signatures/bin/daemon_verify
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Thu Jul 21 05:15:27 CEST 2011
Revision: 446
http://opencsw.svn.sourceforge.net/opencsw/?rev=446&view=rev
Author: bdwalton
Date: 2011-07-21 03:15:27 +0000 (Thu, 21 Jul 2011)
Log Message:
-----------
use correct variable to detect the catalog_gpg path for the test signature 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:15:07 UTC (rev 445)
+++ catalog_signatures/bin/daemon_verify 2011-07-21 03:15:27 UTC (rev 446)
@@ -2,7 +2,7 @@
PATH=/opt/csw/bin:/opt/csw/gnu:$PATH
-DAEMON="${DAEMON_BIN}/catalog_gpg"
+DAEMON="${APP_BIN}/catalog_gpg"
while /bin/true; do
# test that the passphrase is still cached...
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