openbsd-ports/net/bitlbee/pkg/MESSAGE
2004-11-13 10:24:57 +00:00

8 lines
218 B
Plaintext

To enable bitlbee you have to add a line like:
127.0.0.1:6667 stream tcp nowait _bitlbee ${PREFIX}/libexec/bitlbee bitlbee
to your /etc/inetd.conf and restart inetd with
# kill -HUP `cat /var/run/inetd.pid`