File:  [CSRG BSD Unix] / 43BSDReno / contrib / mh / update
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:56 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43reno
BSD 4.3reno

#!/bin/csh

foreach f(`cat ~trent/mh.diff.files`)
	set fpath = `echo $f | awk -F+ '{ print $1}'`
	set file = `echo $f | awk -F+ '{ print $2}'`
	echo "now doing ${fpath}/${file}"
	cd /c/trent/mh/$fpath
	if (!(-e SCCS)) then
		mkdir SCCS
	endif	
	if (!(-e SCCS/s.${file})) then
		newsccs ${file}
	endif
	sccs edit ${file}
	cp /c/trent/mh.new/${fpath}/${file} .
	echo "update from Craig Leres ([email protected]) + changes for 4.3-Reno" \
		| sccs delget ${file}
end	

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.