aboutsummaryrefslogtreecommitdiffstats
path: root/doc/bitlbee.xinetd
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-06-03 22:20:43 +0200
committerJelmer Vernooij <jelmer@samba.org>2006-06-03 22:20:43 +0200
commit9779c186bd6d396a6fde61cc215f2438d453ee97 (patch)
treef213d656883f0c9f602b9d78bfe3ee9143744bdf /doc/bitlbee.xinetd
parenta15c097fa32028394264cf66ef4fd31f56315eb3 (diff)
parentfb62f81f947c74e274b05e32d2e88e3a4d7e2613 (diff)
[merge] Wilmer
Diffstat (limited to 'doc/bitlbee.xinetd')
-rw-r--r--doc/bitlbee.xinetd11
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/bitlbee.xinetd b/doc/bitlbee.xinetd
index 5f05e26e..88d02013 100644
--- a/doc/bitlbee.xinetd
+++ b/doc/bitlbee.xinetd
@@ -13,7 +13,12 @@ service ircd
user = nobody
server = /usr/local/sbin/bitlbee
- ## 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
+ ## You might want to limit access to localhost only:
+ # bind = 127.0.0.1
+
+ ## Thanks a lot to friedman@splode.com for telling us about the type
+ ## argument, so now this file can be used without having to edit
+ ## /etc/services too.
+ type = UNLISTED
+ port = 6667
}