|
|
Power 6/32 Unix version 1.2b
TEST= (upgrade work directory i.e. /TEST) REV= (software revision number i.e. 1.2) if [ -z "TEST" ] then echo "No TEST directory specified!" exit 1 fi if [ -z "REV" ] then echo "No revision level specified!" exit 1 fi echo Building the upgrade master in $TEST cp $TEST/*vmunix* /REL/$REV rm $TEST/vmunix* rm $TEST/dev/CP $TEST/dev/console $TEST/dev/drum \ $TEST/dev/fsd* \ $TEST/dev/kmem $TEST/dev/mem $TEST/dev/null $TEST/dev/remote \ $TEST/dev/rfsd* \ $TEST/dev/tty* \ $TEST/dev/pty* \ $TEST/dev/vmem \ $TEST/etc/fstab rm $TEST/usr; rmdir $TEST/usr mv $TEST/bin/csh $TEST/bin/csh.$REV mv $TEST/bin/sh $TEST/bin/sh.$REV mv $TEST/bin/tar $TEST/bin/tar.$REV mv $TEST/etc/init $TEST/etc/init.$REV mv $TEST/etc/fstab.fsd $TEST/etc/fstab.fsd.$REV mv $TEST/etc/gettytab $TEST/etc/gettytab.$REV mv $TEST/etc/group $TEST/etc/group.$REV mv $TEST/etc/motd $TEST/etc/motd.$REV mv $TEST/etc/passwd $TEST/etc/passwd.$REV mv $TEST/etc/printcap $TEST/etc/printcap.$REV mv $TEST/etc/rc $TEST/etc/rc.$REV mv $TEST/etc/rc.local $TEST/etc/rc.local.$REV mv $TEST/etc/syslog.conf $TEST/etc/syslog.conf.$REV mv $TEST/etc/syslog.pid $TEST/etc/syslog.pid.$REV mv $TEST/etc/termcap $TEST/etc/termcap.$REV mv $TEST/etc/ttys $TEST/etc/ttys.$REV mv $TEST/etc/ttytype $TEST/etc/ttytype.$REV
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.