aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authortradke <tradke@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2002-03-19 22:57:12 +0000
committertradke <tradke@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2002-03-19 22:57:12 +0000
commitdab286727e0340ec64e8ee6b953006e072b28d40 (patch)
tree0bda2bbf26300d76436d2eb2ac58aabc537835e8 /param.ccl
parent67b52a797193b27df3f2b2e8944f166b2c977556 (diff)
Just add to the description of the 'httpd::port' parameter that its setting
will be ignored if a shell variable HTTPD_PORT is set. Just in lack of a better place for documenting this feature... git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@160 1faa4e14-9dd3-4be0-9f0e-ffe519881164
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index 5eef214..7e495b6 100644
--- a/param.ccl
+++ b/param.ccl
@@ -13,7 +13,7 @@ private:
# Probably the most useful parameter
-INT port "HTTP port number"
+INT port "HTTP port number to use (can be overridden by shell variable HTTPD_PORT)"
{
1:65535 :: "Any valid port"
} 5555