diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-14 16:23:28 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-15 21:41:38 +0700 |
commit | 04e0bc1f8bce6889c3148f8bc0b89e03fa675819 (patch) | |
tree | 0e29721e9751dd81b61b287c6f6844e5c01e4beb /network/bitlbee/README | |
parent | c06f8bfe0d3ee6bf5d3a7046edb552d2ea693686 (diff) | |
download | slackbuilds-04e0bc1f8bce6889c3148f8bc0b89e03fa675819.tar.gz |
network/bitlbee: Fix README.
Diffstat (limited to 'network/bitlbee/README')
-rw-r--r-- | network/bitlbee/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/network/bitlbee/README b/network/bitlbee/README index d60017befd..f4eb560944 100644 --- a/network/bitlbee/README +++ b/network/bitlbee/README @@ -18,14 +18,14 @@ fi If you choose to use inetd , you need to modify your /etc/inetd.conf so bitlbee will be started when /etc/rc.d/rc.inetd is called on bootup. Add the line below to your /etc/inetd.conf file: - 6667 stream tcp nowait nobody /usr/sbin/tcpd - /usr/sbin/bitlbee + 6667 stream tcp nowait nobody /usr/sbin/tcpd + /usr/sbin/bitlbee Restart inetd (/etc/rc.d/rc.inetd restart). All that is left to do now is connect your irc client to the localhost. if you want to use libevent for events, instead of the default glib, -install libevent and run the script like this: EVENTS=libevent +install libevent and run the script like this: EVENTS=libevent ./bitlbee.SlackBuild OTR (Off the record) is not compiled by default. If you want bitlbee @@ -40,7 +40,7 @@ script as following: SKYPE=yes ./bitlbee.SlackBuild NOTE: The default "bot"/bitlbee daemon is called 'root'. This is not the root user on your system. You can easily change it. Register and identify yourself first, and then: - rename root BitlBot (or whatever you want) + rename root BitlBot (or whatever you want) NOTE: Since bitlbee now runs as a daemon instead of from inetd, bitlbee runs under its own user (UID/GID: 250). If you have older databases |