summaryrefslogtreecommitdiff
path: root/bitlbee/README
blob: 69759448e06f0773f3a91faf35cf8b8854ddf25c (plain)
    1 REQUIREMENTS
    2 
    3 PRE-INSTALL
    4 
    5 Run the pre-install script with "sh pre-install" to create the 'bitlbee'
    6 user and group.
    7 
    8 POST-INSTALL
    9 
   10 Add the following to /etc/inetd.conf:
   11 
   12 ircd		stream	tcp	nowait	bitlbee	/usr/sbin/bitlbee bitlbee
   13 
   14 Start or restart inetd. Now you should be able to connect 127.0.0.1:6667
   15 with your IRC client. You might want to add inetd to the SERVICES array
   16 in /etc/rc.conf and set up a firewall or modify /etc/hosts.deny to stop 
   17 outsiders from accessing your BitlBee gateway.
   18 
   19 PRECAUTION

Generated by cgit