386BSD 0.1 development
[unix-history] / usr / src / libexec / uucp / uuxqt.8
CommitLineData
af364716
WJ
1''' $Id: uuxqt.8,v 1.4 1992/04/01 21:11:19 ian Rel $
2''' $Log: uuxqt.8,v $
3''' Revision 1.4 1992/04/01 21:11:19 ian
4''' Cleaned up a bit, updated -x switch
5'''
6''' Revision 1.3 1992/03/28 04:34:11 ian
7''' David J. MacKenzie: change .TP5 to .TP 5; also updated to 1.03
8'''
9''' Revision 1.2 1992/01/20 23:52:23 ian
10''' Change to version 1.02
11'''
12''' Revision 1.1 1991/12/14 19:05:30 ian
13''' Initial revision
14'''
15'''
16.TH uuxqt 8 "Taylor UUCP 1.03"
17.SH NAME
18uuxqt \- UUCP execution daemon
19.SH SYNOPSIS
20.B uuxqt
21[ options ]
22.SH DESCRIPTION
23The
24.I uuxqt
25daemon executes commands requested by
26.I uux
27(1) from either the local system or from remote systems.
28It is started automatically by the
29.I uucico
30(8) daemon (unless
31.I uucico
32(8) is given the
33.B \-q
34option).
35
36There is normally no need to run this command, since it will be
37invoked by
38.I uucico
39(8). However, it can be used to provide greater control over the
40processing of the work queue.
41
42Multiple invocations of
43.I uuxqt
44may be run at once, as controlled by the
45.I max-uuxqts
46configuration command.
47.SH OPTIONS
48The following options may be given to
49.I uuxqt.
50.TP 5
51.B \-c command
52Only execute requests for the specified command. For example:
53.EX
54uuxqt -c rmail
55.EE
56.TP 5
57.B \-s system
58Only execute requests originating from the specified system.
59.TP 5
60.B \-x type
61Turn on particular debugging types. The following types are
62recognized: abnormal, chat, handshake, uucp-proto, proto, port,
63config, spooldir, execute, incoming, outgoing. Only abnormal, config,
64spooldir and execute are meaningful for
65.I uuxqt.
66
67Multiple types may be given, separated by commas, and the
68.B \-x
69option may appear multiple times. A number may also be given, which
70will turn on that many types from the foregoing list; for example,
71.B \-x 2
72is equivalent to
73.B \-x abnormal,chat.
74
75The debugging output is sent to the debugging file, usually one of
76/usr/spool/uucp/Debug, /usr/spool/uucp/DEBUG, or
77/usr/spool/uucp/.Admin/audit.local.
78.TP 5
79.B \-I file
80Set configuration file to use. This option may not be available,
81depending upon how
82.I uuxqt
83was compiled.
84.SH FILES
85The file names may be changed at compilation time or by the
86configuration file, so these are only approximations.
87
88.br
89/usr/lib/uucp/config - Configuration file.
90.br
91/usr/spool/uucp -
92UUCP spool directory.
93.br
94/usr/spool/uucp/Log -
95UUCP log file.
96.br
97/usr/spool/uucppublic -
98Default UUCP public directory.
99.br
100/usr/spool/uucp/Debug -
101Debugging file.
102.SH SEE ALSO
103uucp(1), uux(1), uucico(8)
104.SH AUTHOR
105Ian Lance Taylor
106(ian@airs.com or uunet!airs!ian)