aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/py-bittorrent-devel/files/patch-BitTorrent__defaultargs.py
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/py-bittorrent-devel/files/patch-BitTorrent__defaultargs.py')
-rw-r--r--net-p2p/py-bittorrent-devel/files/patch-BitTorrent__defaultargs.py22
1 files changed, 0 insertions, 22 deletions
diff --git a/net-p2p/py-bittorrent-devel/files/patch-BitTorrent__defaultargs.py b/net-p2p/py-bittorrent-devel/files/patch-BitTorrent__defaultargs.py
deleted file mode 100644
index 0befcfd6c20f..000000000000
--- a/net-p2p/py-bittorrent-devel/files/patch-BitTorrent__defaultargs.py
+++ /dev/null
@@ -1,22 +0,0 @@
---- ./BitTorrent/defaultargs.py.orig Wed Jul 12 02:18:33 2006
-+++ ./BitTorrent/defaultargs.py Sat Jul 22 17:42:24 2006
-@@ -20,6 +20,8 @@
- if os.name == 'posix':
- if os.uname()[0] in ['Darwin']:
- BAD_LIBC_WORKAROUND_DEFAULT = True
-+ if os.uname()[0] in ['FreeBSD']:
-+ BAD_LIBC_WORKAROUND_DEFAULT = True
-
- MAX_INCOMPLETE = 100
- MAX_FILES_OPEN = 50
-@@ -376,6 +378,10 @@
- "name determined by --saveas_style. If this is left empty "
- "each torrent will be saved under the directory of the "
- "corresponding .torrent file")),
-+ ('save_incomplete_in', u'',
-+ _("local directory where the incomplete torrent downloads will be "
-+ "stored until completion. Upon completion, downloads will be "
-+ "moved to the directory specified by --save_in.")),
- ('parse_dir_interval', 60,
- _("how often to rescan the torrent directory, in seconds") ),
- ('launch_delay', 0,