|
|
1.1 root 1: #! /bin/csh -f
2: echo -n " USENET NOTESFILE UPDATES begin: " ; date
3: echo " Lock files existing before updates: "; /bin/ls -l /usr/spool/notes/.locks
4: set nfutil = /usr/spool/notes/.utilities
5: cd ${nfutil}
6: foreach i ( *.netlist)
7: set sys = `echo ${i} | sed 's/\(.*\).netlist/\1/'`
8: echo " ------ Sending to system ${sys}"
9: time /usr/bin/nfxmit -d${sys} -a -f ${nfutil}/${sys}.netlist -f ${nfutil}/short.names
10: end
11: echo " Lock files existing after updates: "; /bin/ls -l /usr/spool/notes/.locks
12: echo -n " USENET NOTESFILES UPDATES completed: " ; date
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.