home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / index / rdist.txt < prev    next >
Text File  |  1997-09-22  |  3KB  |  68 lines

  1. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  2. INDEX ENTRY FOR RDIST:
  3. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  4.  
  5. Name: rdist - Remote file distribution system
  6.  
  7. Version: 6.1.3
  8.  
  9. Author(s):  Michael Cooper <MCooper@MagniComp.Com>
  10.  
  11. On the CD-ROM in: sysadm/rdist.tar
  12.  
  13. Ftp source: usc.edu:/pub/rdist/rdist.tar.gz
  14.  
  15. Size on the CD: 718 KB (uncompressed)
  16.  
  17. Description:
  18.  
  19.    Rdist is a program to maintain identical copies of files over multiple
  20.    hosts. It preserves the owner, group, mode, and mtime of files if possi-
  21.    ble and can update programs that are executing.  Rdist reads commands
  22.    from distfile to direct the updating of files and/or directories.  If
  23.    distfile is `-', the standard input is used.  If no -f option is
  24.    present, the program looks first for `distfile', then `Distfile' to use
  25.    as the input.  If no names are specified on the command line, rdist will
  26.    update all of the files and directories listed in distfile.  Otherwise,
  27.    the argument is taken to be the name of a file to be updated or the
  28.    label of a command to execute. If label and file names conflict, it is
  29.    assumed to be a label.  These may be used together to update specific
  30.    files using specific commands.
  31.  
  32.    -- Quoted from the manpage by Michael Cooper in the rdist 6.1 
  33.       distribution.
  34.  
  35.    This is version 6.1 of Rdist from USC.  It is based on rdist from
  36.    4.3BSD (classic).  It includes all fixes for all bugs known to the
  37.    CSRG Berkeley folks.  It has been running at USC and numerous other
  38.    sites for some time now on a wide variety of platforms.
  39.  
  40.    This version of rdist is not directly compatible with rdist
  41.    distributed with 4.3BSD and subsequent vendor releases, but does
  42.    indirectly provide full backward compatibility.
  43.  
  44.    -- Quoted from README by Michael Cooper in the rdist 6.1 distribution.
  45.  
  46. Advertised architectures:
  47.  
  48.    This version of rdist has been ported to most major and a number of
  49.    not so major platforms.  The list below is only a partial list.
  50.    The complete list of supported platforms can be found by looking
  51.    at all the config/os-*.h files.
  52.  
  53.       MACHINE TYPE    OPERATING SYSTEM
  54.       --------------- ----------------------------------
  55.       DEC MIPS        Ultrix 4.2
  56.       DG AviiON       DG/UX 5.4.x
  57.       HP 9000/300     HP/UX 7.05 (HP cc)
  58.       HP 9000/400     HP/UX 7.05 (HP cc)
  59.       HP 9000/700     HP/UX 8.07 (HP cc, GCC 2.3.1)
  60.       IBM RS6000      AIX 3.2
  61.       NeXTStep        Mach 3.1
  62.       Sun-3           SunOS 4.1.1
  63.       Sun-4/SPARC     SunOS 4.1.3, SunOS 5.3 (Solaris 2.3)
  64.  
  65.    -- Quoted from README by Michael Cooper in the rdist 6.1 distribution.
  66.  
  67. Prerequisites: C Compiler
  68.