1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/irc/bitlbee/files/pkg-message.in
Henrik Brix Andersen c5f34b589c - Update to v1.2.6a
- Use UIDs/GIDs files for automatic user/group creation
2010-04-23 16:12:25 +00:00

24 lines
749 B
Plaintext

/************************************************************************
To configure bitlbee, do the following:
Copy %%EXAMPLESDIR%%/bitlbee.conf
to %%PREFIX%%/etc/bitlbee/bitlbee.conf ,
Copy %%EXAMPLESDIR%%/motd.txt
to %%PREFIX%%/etc/bitlbee/motd.txt
and modify them to suit your needs.
You have two options for launching bitlbee: either launch it from
inetd(8) or run it as a stand-alone daemon.
To launch bitlbee from inetd(8), add the following line to
/etc/inetd.conf and reload inetd(8):
ircd stream tcp nowait bitlbee /usr/local/sbin/bitlbee bitlbee -I
To instead launch bitlbee as a daemon, add the following line to
/etc/rc.conf:
bitlbee_enable="YES"
*************************************************************************/