r271 - in /debtorrent/trunk: DebTorrent/BT1/track.py debian/debtorrent-tracker.sgml debtorrent-tracker.conf
camrdale-guest at users.alioth.debian.org
camrdale-guest at users.alioth.debian.org
Sun Aug 19 08:08:31 UTC 2007
Author: camrdale-guest
Date: Sun Aug 19 08:08:31 2007
New Revision: 271
URL: http://svn.debian.org/wsvn/debtorrent/?sc=1&rev=271
Log:
Change the default tracker port to 6969.
Modified:
debtorrent/trunk/DebTorrent/BT1/track.py
debtorrent/trunk/debian/debtorrent-tracker.sgml
debtorrent/trunk/debtorrent-tracker.conf
Modified: debtorrent/trunk/DebTorrent/BT1/track.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/BT1/track.py?rev=271&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/BT1/track.py (original)
+++ debtorrent/trunk/DebTorrent/BT1/track.py Sun Aug 19 08:08:31 2007
@@ -69,7 +69,7 @@
('log_level', 10,
'level to write the logfiles at, varies from 10 (debug) to 50 (critical)'),
# Connections
- ('port', 80, "port to listen on"),
+ ('port', 6969, "port to listen on"),
('bind', '', 'comma-separated list of ips/hostnames to bind to locally'),
# ('ipv6_enabled', autodetect_ipv6(),
('ipv6_enabled', 0,
Modified: debtorrent/trunk/debian/debtorrent-tracker.sgml
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/debian/debtorrent-tracker.sgml?rev=271&op=diff
==============================================================================
--- debtorrent/trunk/debian/debtorrent-tracker.sgml (original)
+++ debtorrent/trunk/debian/debtorrent-tracker.sgml Sun Aug 19 08:08:31 2007
@@ -130,7 +130,7 @@
<varlistentry>
<term><option>--port <replaceable>port</replaceable></option></term>
<listitem>
- <para>the <replaceable>port</replaceable> to listen on (defaults to 80)</para>
+ <para>the <replaceable>port</replaceable> to listen on (defaults to 6969)</para>
</listitem>
</varlistentry>
<varlistentry>
Modified: debtorrent/trunk/debtorrent-tracker.conf
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/debtorrent-tracker.conf?rev=271&op=diff
==============================================================================
--- debtorrent/trunk/debtorrent-tracker.conf (original)
+++ debtorrent/trunk/debtorrent-tracker.conf Sun Aug 19 08:08:31 2007
@@ -71,7 +71,7 @@
# The port to listen for requests on.
#
-# port = 80
+# port = 6969
#
# Bind
More information about the Debtorrent-commits
mailing list