[27858] in Source-Commits
lert-compat commit: Add manpage from old lert
daemon@ATHENA.MIT.EDU (Victor Vasiliev)
Fri Mar 14 21:37:19 2014
Date: Fri, 14 Mar 2014 21:37:02 -0400
From: Victor Vasiliev <vasilvv@MIT.EDU>
Message-Id: <201403150137.s2F1b2eh022120@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/lert-compat/commit/7bd5c3a1121f1b46ce3669bdf14e7b957acde2b4
commit 7bd5c3a1121f1b46ce3669bdf14e7b957acde2b4
Author: Victor Vasiliev <vasilvv@mit.edu>
Date: Fri Mar 14 21:31:13 2014 -0400
Add manpage from old lert
This is the old lert(1) manpage, except with most irrelevant information
deleted.
lert.1 | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 50 insertions(+), 0 deletions(-)
diff --git a/lert.1 b/lert.1
new file mode 100644
index 0000000..d8e6fb1
--- /dev/null
+++ b/lert.1
@@ -0,0 +1,50 @@
+.\" $Id: lert.1,v 1.4 2000-06-19 18:12:07 zacheiss Exp $
+.\"
+.\" Copyright 1987,1988 by the Massachusetts Institute of Technology
+.\" All rights reserved. The file /usr/include/mit-copyright.h
+.\" specifies the terms and conditions for redistribution.
+.\"
+.\"
+.TH LERT 1 "December 30, 1994" "MIT DCNS"
+.ds ]W MIT DCNS
+.SH NAME
+lert \- display account deactivation messages
+.SH SYNOPSIS
+.B lert
+[
+.BI -n\ |\ --no
+] [
+.BI -q\ |\ --quiet
+] [
+.BI -s\ |\ --server
+hostname
+]
+.SH DESCRIPTION
+.I lert
+shows any messages directed to you by Athena Accounts (e.g.
+notification that your account is scheduled for deactivation). Lert is
+run automatically during login to assure that such messages are
+displayed for you in a timely manner. You can also run lert manually
+from the Athena prompt to review such messages. You can acknowledge
+any current messages directed to you by running lert with the -n
+switch. While this will stop the current messages from being
+displayed when you login, it will not prevent you from receiving new
+messages in the future.
+.TP 12
+.B \-n[o]
+acknowledge the current set of messages. The current set of messages
+is shown one last time and you are not shown these messages again.
+.TP
+.B \-q[uiet]
+fail silently if an error occurs while contacting the server.
+.TP
+\fB\-s[erver]\fI hostname \fR
+
+Connect to the lert server "hostname". lert will use Hesiod to determine
+the default server if this option is not specified.
+.SH AUTHOR
+.PP
+Debathena Project <debathena@mit.edu>
+.SH RESTRICTIONS
+Copyright (c) 1994-2014 by the Massachusetts Institute of Technology.
+All Rights Reserved.