home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / admin / 4993 < prev    next >
Encoding:
Internet Message Format  |  1992-09-10  |  1.1 KB

  1. Path: sparky!uunet!cs.utexas.edu!sun-barr!olivea!sgigate!odin!shire.corp.sgi.com!trant
  2. From: trant@shire.corp.sgi.com (Ken Trant)
  3. Newsgroups: comp.unix.admin
  4. Subject: Re: multiple machine distribution architecture
  5. Message-ID: <1992Sep10.235512.3559@odin.corp.sgi.com>
  6. Date: 10 Sep 92 23:55:12 GMT
  7. References: <9209101906.AA24571@math.sunysb.edu>
  8. Sender: news@odin.corp.sgi.com (Net News)
  9. Reply-To: trant@sgi.com
  10. Organization: Silicon Graphics Inc. Data Center Operations
  11. Lines: 19
  12. Nntp-Posting-Host: gate-shire.corp.sgi.com
  13.  
  14. Maybe I'm missing something but isn't this what rdist
  15. was created for?. Using it in a script something like
  16.  
  17. # LIST contains the machine names to rdist to.
  18. # Each machine can have it's own rdist file in case
  19. # the distribution variables are different.
  20. LIST=`cat filename`
  21.  for entry in $LIST
  22.  do
  23.    build=Rdist/${entry}.rdist
  24.    $rdist $build
  25.  done
  26.  
  27. -- 
  28.  -----
  29.  Ken Trant <trant@sgi.com>     / Second Star to the right
  30.  Senior Systems Administrator / And straight on till
  31.  Information Services,       / Morning
  32.  Silicon Graphics, Inc      / Peter Pan
  33.