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