1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
Light for Debian
----------------------
First off, this package is a script, not a binary.
This script installs its files to /usr/share/epic4/script/Light.
If your administrator makes it the default script then it will start
automatically. If you are the administrator and you want to make it the
default script then this is managed with the `update-alternatives' command.
For example:
update-alternatives --install /etc/epic4/default.irc epic4-default.irc \
/usr/share/epic4/script/light.irc 20
should work. See update-alternatives(8) for more information on how the
system works.
If you are not the administrator of the machine, and Light is not the
default script to use then as long as it is installed at all (and since you
are reading this it probably is :) you can still use it.
Create (or edit) ~/.ircrc to contain the following lines:
--- CUT HERE ---
set load_path /usr/share/epic4/script/Light:$LOAD_PATH
load loader
--- CUT HERE ---
As long as Light is installed in "/usr/share/epic4/script/Light" then this
should work. If that is not where it is installed then you can edit
appropriately.
The Light script has online help for all of its commands and aliases. You
can access this help with the "/lhelp" command from within Light.
The commands and aliases will also be documented in this file just as soon
as I get a round to doing so :)
There is a light-users list which you may be interested in. To subscribe
you can use the web interface at:
http://www.canuck.gen.nz/cgi-bin/mailman/listinfo/light-users
================
Stephen Stafford
18th May 2002
|