source: trunk/debathena/debathena/olc/debian/olc @ 24691

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
10if [ "$1" = "who" ]; then
11    exit 0
12fi
13
14cat <<EOF
15
16The OLC command was deprecated in 2009 and may be removed completely
17in 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
24If you were viewing a web page which directed you to run this command,
25please contact that page's maintainer and ask them to update their
26documentation.
27
28EOF
29
30exit 0
Note: See TracBrowser for help on using the repository browser.