Annotation of researchv10no/cmd/spitbol/distribute, revision 1.1.1.1

1.1       root        1: umask 022
                      2: spool=`/usr/lib/asd/mkspool`
                      3: T=`date -n`
                      4: H=/tmp/h$$
                      5: trap 'rm -f $H' 0 1 2 3 15
                      6: mkpkg $* >$spool/$T.d
                      7: rm -f $H
                      8: >$H
                      9: /etc/chown bin,bin $H
                     10: chmod o-w,o+r,g+rw $H
                     11: echo "# spitbol" >$spool/temp
                     12: for i in `cat destinations`
                     13: do     echo $i >>$spool/temp
                     14:        mach=`echo $i | sed 's/.*\///'`
                     15:        case $mach in
                     16:        alice)
                     17:                echo VAX-11/780-5:Unix 10th Edition:$mach ;;
                     18:        bowell|pipe|coma)       echo VAX-11/8550:Unix 10th Edition:$mach ;;
                     19:        balin|europa)   echo Microvax-II:Unix 10th Edition:$mach ;;
                     20:        bartok)         echo Microvax-3200:Unix 10th Edition:$mach ;;
                     21:        *)      echo VAX-11/750:Unix 10th Edition:$mach ;;
                     22:        esac >$H
                     23:        mkpkg -D$H=/usr/lib/spithost $H >$spool/$mach.d
                     24:        echo $i >$spool/$mach.t
                     25:        mv $spool/$mach.t $spool/$mach.s
                     26: done
                     27: rm -f $spool/dummy
                     28: mv $spool/temp $spool/$T.s
                     29: /usr/lib/asd/udaemon </dev/null >/dev/null 2>/dev/null 3>/dev/null&

unix.superglobalmegacorp.com

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