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