[csw-devel] SF.net SVN: opencsw:[500] catalog_signatures/bin/http_daemon_init

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Thu Jul 21 05:34:38 CEST 2011


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

Log Message:
-----------
use APP_PORT when starting the webrick daemon

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:34:18 UTC (rev 499)
+++ catalog_signatures/bin/http_daemon_init	2011-07-21 03:34:38 UTC (rev 500)
@@ -9,4 +9,4 @@
 
 screen -t verification 0 "${APP_BIN}/passphrase_verify"
 
-exec "${APP_DAEMON}" --mirror-path="${APP_MIRROR_BASE}" --access-log "${APP_LOGDIR}/access_log" --gpg-home "${APP_GPG}"
+exec "${APP_DAEMON}" --mirror-path="${APP_MIRROR_BASE}" --access-log "${APP_LOGDIR}/access_log" --gpg-home "${APP_GPG}" --port "${APP_PORT}"


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