summaryrefslogtreecommitdiffstats
path: root/gnu/libexec/uucp/uuxqt/uuxqt.8
blob: 94aa559d7956012e555ffc73b168f4ccc8612dcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
''' $Id: uuxqt.8,v 1.8 1995/06/26 22:38:55 ian Rel $
.TH uuxqt 8 "Taylor UUCP 1.06"
.SH NAME
uuxqt \- UUCP execution daemon
.SH SYNOPSIS
.B uuxqt
[ options ]
.SH DESCRIPTION
The
.I uuxqt
daemon executes commands requested by
.I uux
(1) from either the local system or from remote systems.
It is started automatically by the
.I uucico
(8) daemon (unless
.I uucico
(8) is given the
.B \-q
or
.B \-\-nouuxqt
option).

There is normally no need to run this command, since it will be
invoked by
.I uucico
(8).  However, it can be used to provide greater control over the
processing of the work queue.

Multiple invocations of
.I uuxqt
may be run at once, as controlled by the
.I max-uuxqts
configuration command.
.SH OPTIONS
The following options may be given to
.I uuxqt.
.TP 5
.B \-c command, \-\-command command
Only execute requests for the specified command.  For example:
.br
.in +0.5i
.nf
uuxqt --command rmail
.fi
.in -0.5i
.TP 5
.B \-s system, \-\-system system
Only execute requests originating from the specified system.
.TP 5
.B \-x type, \-\-debug type
Turn on particular debugging types.  The following types are
recognized: abnormal, chat, handshake, uucp-proto, proto, port,
config, spooldir, execute, incoming, outgoing.  Only abnormal, config,
spooldir and execute are meaningful for
.I uuxqt.

Multiple types may be given, separated by commas, and the
.B \-\-debug
option may appear multiple times.  A number may also be given, which
will turn on that many types from the foregoing list; for example,
.B \-\-debug 2
is equivalent to
.B \-\-debug abnormal,chat.

The debugging output is sent to the debugging file, usually one of
/var/spool/uucp/Debug, /usr/spool/uucp/DEBUG, or
/usr/spool/uucp/.Admin/audit.local.
.TP 5
.B \-I file, \-\-config 
Set configuration file to use.  This option may not be available,
depending upon how
.I uuxqt
was compiled.
.TP 5
.B \-v, \-\-version
Report version information and exit.
.TP 5
.B \-\-help
Print a help message and exit.
.SH FILES
The file names may be changed at compilation time or by the
configuration file, so these are only approximations.

.br
/etc/uucp/config - Configuration file.
.br
/var/spool/uucp -
UUCP spool directory.
.br
/var/spool/uucp/Log -
UUCP log file.
.br
/var/spool/uucppublic -
Default UUCP public directory.
.br
/var/spool/uucp/Debug -
Debugging file.
.SH SEE ALSO
uucp(1), uux(1), uucico(8)
.SH AUTHOR
Ian Lance Taylor
(ian@airs.com)
OpenPOWER on IntegriCloud