Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

uuconv(1) [mojave man page]

uuconv(1)						      General Commands Manual							 uuconv(1)

NAME
uuconv - convert UUCP configuration files SYNOPSIS
uuconv -i type -o type [-p program] [--program program] uuconv --input type --output type [-p program] [--program program] DESCRIPTION
The uuconv program can be used to convert UUCP configuration files from one format to another. This can be useful for administrators con- verting from an older UUCP package. Taylor UUCP is able to read and use old configuration file formats, but some new features can not be selected using the old formats. The type of configuration file to read is specified using the -i or --input options. The type of configuration file to write is specified using the -o or --output options. The supported configuration file types are taylor, v2, and hdb. For a description of the taylor configuration files, use the info command and see "*Note Configuration Files::" for uucp. The other types of configuration files are used by traditional UUCP packages, and are not described in this manual. An input configuration of type taylor is read from a compiled in directory by default. The output configuration is written to files in the directory in which uuconv is run. Some information in the input files may not be representable in the desired output format, in which case uuconv will silently discard it. The output of uuconv should be carefully checked before it is used. The uuchk(8) program may be used for this purpose. The -p or --program option may be used to convert specific cu configuration information, rather than the default of only converting the uucp configuration information. OPTIONS
-i, --input Set input type (one of taylor, v2, hdb) -o, --output Set output type (one of taylor, v2, hdb) -p, --program Program to convert (e.g., uucp or cu) Standard UUCP options: -v, --version Report version information and exit. --help Print a help message and exit. SEE ALSO
cu(1), info(1), uucp(1), uuchk(8) AUTHOR
Ian Lance Taylor <ian@airs.com>. Text for this Manpage comes from Taylor UUCP, version 1.07 Info documentation. Taylor UUCP 1.07 uuconv(1)

Check Out this Related Man Page

uuxqt(8)						      System Manager's Manual							  uuxqt(8)

NAME
uuxqt - UUCP execution daemon SYNOPSIS
uuxqt [ options ] DESCRIPTION
The uuxqt daemon executes commands requested by uux (1) from either the local system or from remote systems. It is started automatically by the uucico (8) daemon (unless uucico (8) is given the -q or --nouuxqt option). There is normally no need to run this command, since it will be invoked by uucico (8). However, it can be used to provide greater control over the processing of the work queue. Multiple invocations of uuxqt may be run at once, as controlled by the max-uuxqts configuration command. OPTIONS
The following options may be given to uuxqt. -c command, --command command Only execute requests for the specified command. For example: uuxqt --command rmail -s system, --system system Only execute requests originating from the specified system. -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 uuxqt. Multiple types may be given, separated by commas, and the --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, --debug 2 is equivalent to --debug abnormal,chat. The debugging output is sent to the debugging file, which may be printed using uulog -D. -I file, --config Set configuration file to use. This option may not be available, depending upon how uuxqt was compiled. -v, --version Report version information and exit. --help Print a help message and exit. SEE ALSO
uucp(1), uux(1), uucico(8) AUTHOR
Ian Lance Taylor (ian@airs.com) Taylor UUCP 1.07 uuxqt(8)
Man Page