- Timestamp:
- 2005-11-18T13:21:44Z (19 years ago)
- Branches:
- master
- Children:
- 22d41a2
- Parents:
- c572dd6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/bitlbee.xinetd
rc572dd6 r517ecc4 2 2 ## user, port and/or binary location might be wrong. 3 3 4 service 6667 4 ## This file assumes you have ircd somewhere in your /etc/services, if things 5 ## don't work, check that file first. 6 service ircd 5 7 { 6 8 socket_type = stream 7 9 protocol = tcp 8 10 wait = no 11 12 ## You most likely want to change these two 9 13 user = nobody 10 14 server = /usr/local/sbin/bitlbee 11 port = 6667 15 16 ## xinetd is fucking retarded, what's the use of this port flag if 17 ## it HAS to be the same as in /etc/services ? 18 # port = 6667 12 19 }
Note: See TracChangeset
for help on using the changeset viewer.