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

Reply via email to