diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /upstream/debian-bookworm/man8/uuxqt.8 | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/debian-bookworm/man8/uuxqt.8')
-rw-r--r-- | upstream/debian-bookworm/man8/uuxqt.8 | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/upstream/debian-bookworm/man8/uuxqt.8 b/upstream/debian-bookworm/man8/uuxqt.8 new file mode 100644 index 00000000..3f7b1ace --- /dev/null +++ b/upstream/debian-bookworm/man8/uuxqt.8 @@ -0,0 +1,85 @@ +.\" ''' $Id: uuxqt.8,v 1.10 2002/03/05 22:20:48 ian Rel $ +.TH uuxqt 8 "Taylor UUCP 1.07" +.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, which may be +printed using +.I uulog -D. +.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 SEE ALSO +uucp(1), uux(1), uucico(8) +.SH AUTHOR +Ian Lance Taylor +(ian@airs.com) |