aboutsummaryrefslogtreecommitdiffstats
path: root/doc/bitlbee.xinetd
diff options
context:
space:
mode:
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
}
value='hotfix/0.21.0.10'>hotfix/0.21.0.10 Unnamed repository; edit this file 'description' to name the repository.MimesBrønn
aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/gems/rdoc-2.4.3/test/test_rdoc_ri_attribute_formatter.rb
blob: a86312618b80d30c164eb711599f970ea0cef85b (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44