diff options
| author | Wilmer van der Gaast <wilmer@gaast.net> | 2007-07-06 00:39:47 +0100 |
|---|---|---|
| committer | Wilmer van der Gaast <wilmer@gaast.net> | 2007-07-06 00:39:47 +0100 |
| commit | e90044208fc88636f843cdd188faa12e5db8c1c0 (patch) | |
| tree | 1238997e7436af5192ce8e127a783d3d687a9ff4 /debian/README.Debian | |
| parent | 9da0bbfd42609f0f3864b5a16a3c1c378b7217c9 (diff) | |
| parent | 19a8088455308088139d0b2f6a8d0d4fbf982b29 (diff) | |
Merging from devel. Added documentation for the join_chat command, adding
a debian/ tree and a merge from Jelmer (mainly unittest stuff).
Diffstat (limited to 'debian/README.Debian')
| -rw-r--r-- | debian/README.Debian | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 00000000..e2102fc8 --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,22 @@ + *** NEWS (Version 1.1 and later) *** + +Starting from version 1.1, BitlBee has a forking daemon mode. The Debian +package now uses this mode by default, instead of inetd mode. If you don't +want to use this, you can disable the init scripts (best way to do this is +by editing /etc/default/bitlbee) and restore the inetd.conf entry. This +should be necessary only once, it won't be touched during upgrades. + +-------------------------------------------------------------------------- + +Debconf should have asked you on what port you want BitlBee to run. If it +did not, the port number should be 6667 or 6668. (6668 if you already got +something running at 6667) + +Fire up your favourite IRC client and connect to localhost:6667 (or 6668), +and read the documentation (type help for a list of commands). + +Have fun! + +The /usr/share/doc/bitlbee/examples/ directory contains some programs and +scripts you might like or need. They're not really examples but it's quite +normal behaviour to put small contrib stuff like that in there. |
