1UUPOLL(8)                   System Manager's Manual                  UUPOLL(8)
2
3
4

NAME

6       uupoll - poll a remote UUCP site
7

SYNOPSIS

9       uupoll [ -ggrade ] [ -n ] system
10

DESCRIPTION

12       Uupoll is used to force a poll of a remote system. It queues a null job
13       for the remote system and then invokes uucico(8).
14
15       The following options are available:
16
17       -ggrade Only send jobs of grade grade or higher on this call.
18
19       -n      Queue the null job, but do not invoke uucico.
20
21       Uupoll is usually run by cron(5) or by a user who wants to hurry a  job
22       along. A typical entry in crontab could be:
23
24            0    0,8,16    *    *    *    /usr/bin/uupoll ihnp4
25            0    4,12,20   *    *    *    /usr/bin/uupoll ucbvax
26       This  will  poll ihnp4 at midnight, 0800, and 1600, and ucbvax at 0400,
27       noon, and 2000.
28
29       If the local machine is already running uucico every  hour  and  has  a
30       limited number of outgoing modems, a more elegant approach might be:
31
32            0    0,8,16    *    *    *    /usr/bin/uupoll -n ihnp4
33            0    4,12,20   *    *    *    /usr/bin/uupoll -n ucbvax
34            5    *         *    *    *    /usr/sbin/uucico -r1
35       This will queue null jobs for the remote sites at the top of hour; they
36       will be processed by uucico when it runs five minutes later.
37

FILES

39       /etc/uucp/         UUCP internal files
40       /usr/spool/uucp/   Spool directory
41

SEE ALSO

43       uucp(1), uux(1), uucico(8)
44
45
46
474.3 Berkeley Distribution      October 23, 1996                      UUPOLL(8)
Impressum