[csw-devel] SF.net SVN: opencsw:[495] catalog_signatures/bin/http_daemon_init
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Thu Jul 21 05:33:01 CEST 2011
Revision: 495
http://opencsw.svn.sourceforge.net/opencsw/?rev=495&view=rev
Author: bdwalton
Date: 2011-07-21 03:33:01 +0000 (Thu, 21 Jul 2011)
Log Message:
-----------
pass --access-log and --gpg-home to http_gpg_daemon when starting it up
Signed-off-by: Ben Walton <bwalton at opencsw.org>
Modified Paths:
--------------
catalog_signatures/bin/http_daemon_init
Modified: catalog_signatures/bin/http_daemon_init
===================================================================
--- catalog_signatures/bin/http_daemon_init 2011-07-21 03:32:42 UTC (rev 494)
+++ catalog_signatures/bin/http_daemon_init 2011-07-21 03:33:01 UTC (rev 495)
@@ -9,4 +9,4 @@
screen -t verification 0 "${APP_BIN}/passphrase_verify"
-exec "${APP_DAEMON}" --mirror-path="${APP_MIRROR_BASE}"
+exec "${APP_DAEMON}" --mirror-path="${APP_MIRROR_BASE}" --access-log "${APP_LOGDIR}/access_log" --gpg-home "${APP_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