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

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


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

Log Message:
-----------
add missing slash when pointing to screenrc file

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:25:34 UTC (rev 473)
+++ catalog_signatures/bin/signing_daemon	2011-07-21 03:25:54 UTC (rev 474)
@@ -11,4 +11,4 @@
 
 rm -f ${APP_GPG_ENV}
 
-gpg-agent --log-file "${APP_TMP}/gpg-agent.log" --daemon --homedir "${APP_GPG}" --write-env-file "${APP_GPG_ENV}" screen -c "${APP_ETC}screenrc" -p 0
+gpg-agent --log-file "${APP_TMP}/gpg-agent.log" --daemon --homedir "${APP_GPG}" --write-env-file "${APP_GPG_ENV}" screen -c "${APP_ETC}/screenrc" -p 0


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