Revision 24691,
759 bytes
checked in by jdreed, 14 years ago
(diff) |
Ask users to help us fix the problem
|
-
Property svn:executable set to
*
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | # |
---|
3 | # Wrapper script that pretends to be the old OLC client, in order |
---|
4 | # to point people at the website. This command is still documented |
---|
5 | # in too many places. |
---|
6 | |
---|
7 | # Special case, dotfiles used to run "olc who" to tell the OLC server |
---|
8 | # that a user had logged in |
---|
9 | |
---|
10 | if [ "$1" = "who" ]; then |
---|
11 | exit 0 |
---|
12 | fi |
---|
13 | |
---|
14 | cat <<EOF |
---|
15 | |
---|
16 | The OLC command was deprecated in 2009 and may be removed completely |
---|
17 | in future releases. |
---|
18 | |
---|
19 | * To ask a question, please call 617-253-4435 or visit the Athena |
---|
20 | Consulting web page at: http://ist.mit.edu/support/olc |
---|
21 | |
---|
22 | * To view stock answers, please visit http://kb.mit.edu |
---|
23 | |
---|
24 | If you were viewing a web page which directed you to run this command, |
---|
25 | please contact that page's maintainer and ask them to update their |
---|
26 | documentation. |
---|
27 | |
---|
28 | EOF |
---|
29 | |
---|
30 | exit 0 |
---|
Note: See
TracBrowser
for help on using the repository browser.