source: trunk/athena/etc/athinfod/athinfo.defs.5 @ 12911

Revision 12911, 1.7 KB checked in by ghudson, 25 years ago (diff)
Solaris windex requires actual name of man page before \-. Add synopsis section for full path.
Line 
1.\" $Id: athinfo.defs.5,v 1.2 1999-04-13 21:16:36 ghudson Exp $
2.\"
3.\" Copyright 1998, 1999 by the Massachusetts Institute of Technology.
4.\"
5.\" Permission to use, copy, modify, and distribute this
6.\" software and its documentation for any purpose and without
7.\" fee is hereby granted, provided that the above copyright
8.\" notice appear in all copies and that both that copyright
9.\" notice and this permission notice appear in supporting
10.\" documentation, and that the name of M.I.T. not be used in
11.\" advertising or publicity pertaining to distribution of the
12.\" software without specific, written prior permission.
13.\" M.I.T. makes no representations about the suitability of
14.\" this software for any purpose.  It is provided "as is"
15.\" without express or implied warranty.
16.TH ATHINFO.DEFS 5 "13 April 1999"
17.SH NAME
18athinfo.defs \- Define athinfo queries
19.SH SYNOPSIS
20.B /etc/athena/athinfo.defs
21.SH DESCRIPTION
22The file
23.B /etc/athena/athinfo.defs
24defines the queries understood by the athinfo daemon (see
25.BR athinfod (8)).
26Blank lines and lines beginning with '#' are ignored.  Each line
27consists of a word giving the query name and a command to be executed
28by /bin/sh in response to the query.  The command executed will not
29receive input from the athinfo client.  For security reasons, the
30command should not depend on a network filesystem.
31.SH EXAMPLE
32The following example defines two queries, one to display the routing
33table and another to display the rc.conf file.
34.PP
35.RS
36.nf
37# Query         Command
38
39routes          netstat -rn
40rc.conf         cat /etc/athena/rc.conf
41.fi
42.RE
43.SH "SEE ALSO"
44.BR athinfod (8),
45.BR athinfo.access (5)
46.SH AUTHOR
47Greg Hudson, MIT Information Systems
48.br
49Copyright 1998 by the Massachusetts Institute of Technology.
Note: See TracBrowser for help on using the repository browser.