source: trunk/athena/etc/larvnetd/larvnet.printers.5 @ 12057

Revision 12057, 1.8 KB checked in by ghudson, 26 years ago (diff)
Support specification of explicit printer locations.
Line 
1.\" $Id: larvnet.printers.5,v 1.2 1998-10-21 20:02:05 ghudson Exp $
2.\"
3.\" Copyright 1998 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.\"
17.TH LARVNET.PRINTERS 5 "26 May 1998"
18.SH NAME
19/var/athena/larvnet.printers \- larvnetd printer status report file
20.SH DESCRIPTION
21The file
22.B /var/athena/larvnet.printers
23contains status information about printers.  It is written by
24.BR larvnetd (8)
25and typically presented to the user by
26.BR cviewd (8).
27.PP
28The report contains one line per printer, each with the following
29space-separated fields:
30.TP 3
31*
32The printer name
33.TP 3
34*
35The printer's location, according to
36.BR larvnet.conf (5)
37.TP 3
38*
39The word "up" or "down", giving the printer status
40.TP 3
41*
42The number of jobs currently queued on the printer
43.SH EXAMPLE
44The following example reports on three printers, two of which are up
45and one of which is down.  plato has one job queued; the other
46printers have no jobs queued.
47.PP
48.RS
49.nf
50virus 1-115 up 0
51plato 1-142 up 1
52celine 2-225 down 0
53.fi
54.RE
55.SH SEE ALSO
56.BR larvnetd (8),
57.BR cviewd (8),
58.BR larvnet.conf (5)
59.SH AUTHOR
60Greg Hudson, MIT Information Systems
61.br
62Copyright 1998 by the Massachusetts Institute of Technology.
Note: See TracBrowser for help on using the repository browser.