aboutsummaryrefslogtreecommitdiffstats
path: root/doc/bitlbee.xinetd
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-11-19 16:17:03 +0100
committerJelmer Vernooij <jelmer@samba.org>2005-11-19 16:17:03 +0100
commit2cdd8ce76ce334327c84516ff78f3b00bef5bebf (patch)
treea5bdc219317a085c38fbd8d4c3b9242e32f68cde /doc/bitlbee.xinetd
parentc998255d6aa501281c6266a5f1dce69d4c3afab4 (diff)
parent94281efa4280bd3ef1cecb7cd22deca03ecb5935 (diff)
Merge Wilmer
Diffstat (limited to 'doc/bitlbee.xinetd')
-rw-r--r--doc/bitlbee.xinetd11
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/bitlbee.xinetd b/doc/bitlbee.xinetd
index 5b2dec3f..5f05e26e 100644
--- a/doc/bitlbee.xinetd
+++ b/doc/bitlbee.xinetd
@@ -1,12 +1,19 @@
## xinetd file for BitlBee. Please check this file before using it, the
## user, port and/or binary location might be wrong.
-service 6667
+## This file assumes you have ircd somewhere in your /etc/services, if things
+## don't work, check that file first.
+service ircd
{
socket_type = stream
protocol = tcp
wait = no
+
+ ## You most likely want to change these two
user = nobody
server = /usr/local/sbin/bitlbee
- port = 6667
+
+ ## xinetd is fucking retarded, what's the use of this port flag if
+ ## it HAS to be the same as in /etc/services ?
+ # port = 6667
}