Revision 7779,
1.2 KB
checked in by cfields, 30 years ago
(diff) |
Initial revision
|
Line | |
---|
1 | For Clarification: |
---|
2 | |
---|
3 | 1. lert used in login |
---|
4 | may use zephyr or cat |
---|
5 | should not use -n |
---|
6 | i.e. put the messages up every time it is run. |
---|
7 | |
---|
8 | 2. lert run by hand can use -n |
---|
9 | this will tell the server you want to be removed |
---|
10 | the server will remove you from the db, moving your current record |
---|
11 | to a log db |
---|
12 | |
---|
13 | so... |
---|
14 | |
---|
15 | |
---|
16 | (admin view) |
---|
17 | administrator does |
---|
18 | |
---|
19 | lertload b < file_of_names |
---|
20 | |
---|
21 | file_of_names |
---|
22 | alpha |
---|
23 | beta |
---|
24 | |
---|
25 | and makes file lertb (whatever text you like) |
---|
26 | |
---|
27 | (user view) |
---|
28 | alpha logs in, gets shown lertb. |
---|
29 | |
---|
30 | when alpha gets tired of seeing lertb, runs |
---|
31 | |
---|
32 | lert -n |
---|
33 | |
---|
34 | which moves that record to log. |
---|
35 | |
---|
36 | (it also shows him all the messages once more--this helps avoid |
---|
37 | problems with not seeing some message due to time) |
---|
38 | |
---|
39 | (added fun) |
---|
40 | admin can also use |
---|
41 | |
---|
42 | lertdump |
---|
43 | |
---|
44 | to see who is in the database with what categories |
---|
45 | |
---|
46 | lertstop b |
---|
47 | |
---|
48 | to remove all the b's in the database |
---|
49 | |
---|
50 | lertused name |
---|
51 | |
---|
52 | to remove a user from the database |
---|
53 | |
---|
54 | lertsaid |
---|
55 | |
---|
56 | to see who is in the log database |
---|
57 | |
---|
58 | note: lert0 will be shown first to people getting other messages. |
---|
59 | recommended usage: |
---|
60 | "To stop seeing these messages, please type lert -n" |
---|
61 | |
---|
62 | or whatever other usage notes people want to show the users who are |
---|
63 | being sent messages... (thanks to Craig for pointing out this |
---|
64 | documentation horror!) |
---|
65 | |
---|
Note: See
TracBrowser
for help on using the repository browser.