blob: 0ff2fde5333df83951d5f2b548023be08b7702fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/files/dchub.conf.d,v 1.1 2003/01/26 23:18:33 vapier Exp $
# dchub configuration directory
DCHUB_CONF_DIR="/etc/dchub"
# extra options to pass to dchub
# -U, --UID=USERNAME ask DcHub to change UID after having bind the main port.
# -d, --pscriptdir=DIRECTORY name of the directory containing perl script.
# -s, --pscriptinit=FILENAME name of the filename loaded when perl starts.
# -n, --newport=NUMBER change listening port of the hub. After using
# this option, the new port is stored in the
# database and the option is no more required.
# -f, --forceport=NUMBER force DCHUB to register a specific Port
# -e, --exprogdir=DIRECTORY name of the directory containing external programs.
# (NOTE: if a file named 'AUTOSTART' exists in this
# directory, this file contains the name of all
# external programs to start (1 per line)
# -b, --bind=IP if the machin have more than one external IP
# -l, --linkdir=DIRECTORY name of the directory containing plugins.
# (NOTE: if a file named 'AUTOSTART' exists in this
# directory, this file contains the name of all
# plugins to load on start (1 per line)
DCHUB_OPTS="-U nobody"
|