diff options
author | Kostyantyn Ovechko <fastinetserver@gmail.com> | 2010-08-16 00:02:01 +0300 |
---|---|---|
committer | Kostyantyn Ovechko <fastinetserver@gmail.com> | 2010-08-16 00:02:01 +0300 |
commit | 6d003d27882dc6aae746264b0afde7e556bff0f3 (patch) | |
tree | 9d0d438f929f424e933beb628a2fc048de56f798 /seggetd/seggetd.conf | |
parent | Fix pkgconfig problem with libcrypto++, and rename segget.* to seggetd.* (diff) | |
download | idfetch-6d003d27882dc6aae746264b0afde7e556bff0f3.tar.gz idfetch-6d003d27882dc6aae746264b0afde7e556bff0f3.tar.bz2 idfetch-6d003d27882dc6aae746264b0afde7e556bff0f3.zip |
Add show_help() function and remove deprecated code lines.
Diffstat (limited to 'seggetd/seggetd.conf')
-rw-r--r-- | seggetd/seggetd.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/seggetd/seggetd.conf b/seggetd/seggetd.conf index 3bfb7b0..51bbfbb 100644 --- a/seggetd/seggetd.conf +++ b/seggetd/seggetd.conf @@ -291,14 +291,14 @@ rss_description=Files downloaded by seggetd and provided in the local mirror # with segget daemon (request_server part of it). # REQUEST_IP -# Define an ip address segget will use to provide access for tuiclients. +# Define an ip address segget will use to provide access for request tool. # The parameter should be a string holding your host dotted IP address. # Default: # request_ip=127.0.0.1 request_ip=127.0.0.1 # REQUEST_PORT -# Define a port segget will use to provide access for tuiclients. +# Define a port segget will use to provide access for request tool. # The parameter should be an integer. # Minimum value: 1 # Maximum value: 65535 @@ -308,7 +308,7 @@ request_port=10000 [scripting_and_scheduling] # Segget provides Python scripting functionalyty to support scheduling. -# Each time segget tries to start a new connection certain network it calls +# Each time segget tries to start a new connection via certain network it calls # a python script (client.py) to accept or reject this connection and # if necessary adjusts its settings. |