|
|
1.1 ! root 1: #! /bin/csh -f ! 2: # Install the man pages on each of the specified hosts. ! 3: # (Assumes that you have permissions) ! 4: set sec1 = "notes.1 nfpipe.1 checknotes.1 nfstats.1 nfprint.1 autoseq.1 readnotes.1" ! 5: set sec3 = "nfabort.3 nfcomment.3" ! 6: set sec8 = "mknf.8 rmnf.8 nfxmit.8 nfrcv.8 newsinput.8 newsoutput.8 nfaccess.8 nfarchive.8 nfmail.8 nfdump.8 nfload.8" ! 7: set echo ! 8: foreach i ($*) ! 9: echo "Host: " $i ! 10: rcp $sec1 ${i}:/usr/man/man1/. ! 11: rcp $sec3 ${i}:/usr/man/man3/. ! 12: rcp $sec8 ${i}:/usr/man/man8/. ! 13: end
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.