diff options
Diffstat (limited to 'net-p2p/bittorrent/files')
-rw-r--r-- | net-p2p/bittorrent/files/bittorrent-tracker.confd | 18 | ||||
-rw-r--r-- | net-p2p/bittorrent/files/bittorrent-tracker.initd (renamed from net-p2p/bittorrent/files/bttrack.rc-4.1) | 2 |
2 files changed, 19 insertions, 1 deletions
diff --git a/net-p2p/bittorrent/files/bittorrent-tracker.confd b/net-p2p/bittorrent/files/bittorrent-tracker.confd new file mode 100644 index 000000000000..46e25b2524f1 --- /dev/null +++ b/net-p2p/bittorrent/files/bittorrent-tracker.confd @@ -0,0 +1,18 @@ +# /etc/conf.d/bttrack +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/files/bittorrent-tracker.confd,v 1.1 2005/12/18 20:08:06 mkay Exp $ + +# Change this to this to the port you would like to connect to for the tracker. +# It is accessible at http://localhost:PORT/ from any web browser. +PORT=8082 + +# where to store recent downloader info +DFILE=/usr/share/bittorrent/tracker.dfile + +# path to favicon.ico which many popular web browsers can use +FAVICON=/usr/share/bittorrent/favicon.ico + +# Connection logs are sent to stdout by default, so they should be sent to a +# file when using this script. +LOGFILE=/var/log/bttrack.log diff --git a/net-p2p/bittorrent/files/bttrack.rc-4.1 b/net-p2p/bittorrent/files/bittorrent-tracker.initd index 6f17d701201b..5f19dce83586 100644 --- a/net-p2p/bittorrent/files/bttrack.rc-4.1 +++ b/net-p2p/bittorrent/files/bittorrent-tracker.initd @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/files/bttrack.rc-4.1,v 1.1 2005/09/10 16:09:11 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/files/bittorrent-tracker.initd,v 1.1 2005/12/18 20:08:06 mkay Exp $ depend() { need net |