home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / auucp+-1.02 / auucpplus1_02d2.lzh / man / uucico < prev    next >
Encoding:
Text File  |  1990-04-21  |  3.1 KB  |  124 lines

  1.  
  2.  
  3. NAME
  4.     UUCico
  5.  
  6. SYNOPSIS
  7.     UUCico -D[EVICE] device -U[NIT] unit -Getty -w -r1 -xn -Xn
  8.            -o -[s/S]system -e
  9.  
  10. DESCRIPTION
  11.     UUCico is the basis for UUCP.    It can be run either from a
  12.     GETTY when somebody logs into the Amiga, or it can be run
  13.     from DCRON or manually to originate connections.
  14.  
  15.     Some options to UUCico are now outdated and should not be
  16.     used.  Specifically, earlier distributions did not have a
  17.     GETTY and UUCICO had to deal with waiting for connections
  18.     itself.
  19.  
  20.     Either way, the final result is a connection between your
  21.     machine and some remote machine.  UUCICO will retrieve any
  22.     queued work on the remote machine and send any queued work on
  23.     your machine.  These work files are located in UUCP:SPOOL.
  24.  
  25.     The term 'work' refers to items queued by other programs,
  26.     such as PNEWS and MAIL.  These programs create files in
  27.     UUCP:SPOOL that inform UUCICO what to do with them and where
  28.     to send them to.  On the flip side, when UUCICO receives a
  29.     work file it will write it to UUCP:SPOOL then run UUXQT.
  30.  
  31.     UUXQT scans received files and determines how to break them
  32.     up (for example, append them to the appropriate mail box or
  33.     news directory).  The control files in UUCP:SPOOL contain a
  34.     line indicating the appropriate program required to unpack
  35.     the files.  UUXQT reads this line and runs the proper
  36.     unpacker (RMAIL, RNEWS, or CUNBATCH).
  37.  
  38. GENERAL OPTIONS
  39.  
  40.     (*)'d Options are supplied automatically on Getty Initiated
  41.     connections
  42.  
  43.    (*)  -D devicename       Default is serial.device
  44.    (*)  -U unitnumber       Default is 0
  45.     -xn            Set log level for us and for remote system
  46.     -Xn            Set log level but do not tell remote system
  47.                 about it.
  48.  
  49. GETTY INITIATED OPTIONS
  50.  
  51.    (*)  -Getty              Tells UUCICO that it was started from a Getty.
  52.  
  53. MANUAL POLL OPTIONS
  54.  
  55.     -ssystem        Poll (call-up) the specified system
  56.  
  57.     -Ssystem        Same as -s but ignore time restrictions
  58.                 (note, currently time restrictions are
  59.                  ignored anyway)
  60.  
  61.     -r1            Call all systems we have pending work for
  62.  
  63.     -r1 -ssystem        Call this specific system if we have pending
  64.                 work.
  65.  
  66. OBSOLETE OPTIONS    (WAIT MODE OPTIONS)  DO NOT USE IF YOU CAN HELP IT
  67.  
  68.     -w            Tells UUCICO to wait for one or more
  69.                 connections (depending on -e) AFTER having
  70.                 previously polled one or more systems
  71.                 (-r, -s, -S).
  72.  
  73.     -o            Tells UUCICO to not search for a CONNECT
  74.                 message when carrier is detected (hardwired
  75.                 configuration)
  76.  
  77.     -e            Tells UUCICO to loop forever waiting for
  78.                 connections.
  79.  
  80.     -n            FORCE WINDOW SIZE IN G PROTOCOL TO 1.
  81.                 Normally arbitrates 1 or 2.
  82.  
  83.     <nooptions>        If UUCICO is run without either -Getty,
  84.                 -s, or -r, it will wait for a single
  85.                 connection.
  86.  
  87. EXAMPLE
  88.                 -----
  89.  
  90.     ; Place a line similar to this in your startup-sequence!
  91.     ; See GETTY manual
  92.  
  93.     resident uucp:C/Getty
  94.     run <nil: >nil: Getty -A -B19200 -Mm
  95.  
  96.                 -----
  97.  
  98.     ; Manually poll system 'foo'
  99.     UUCico -sfoo
  100.  
  101.                 -----
  102.  
  103.     ; From DCRON  (DCRON ENTRY)
  104. 40    1    *    *    *    uucp:c/uucico -r1
  105.  
  106.  
  107.  
  108. FILES/REQUIRES
  109.     UUCP:
  110.     UUCP:c/*
  111.     UUCP:lib/*
  112.     UUCP:mail/
  113.     UUCP:spool/
  114.     UUCP:spool/LOGFILE
  115.  
  116. REFERENCES
  117.     man/L.Sys
  118.     man/Getty
  119.     man/DCron
  120.  
  121.  
  122.  
  123.  
  124.