* * * Script for moving the F77 compiler suite to a hard disc. * * * * * * Release 5.0.0 * * (c) Copyright 1985, Hewlett-Packard Co. * * * * * * insure that if /lib and /bin exist, they are writeable. * N /bin & /lib + 10 $ E /bin + $ P If /lib exists, /bin and /usr must as well. ! * * E /lib + $ P If /bin exists, /lib and /usr must as well. ! * * D /bin + $ P Error accessing directory /bin ! C /bin - 0777 $ * * D /lib + $ P Error accessing directory /lib ! C /lib - 0777 $ * * * make sure /usr exists and has the proper mode and permissions * E /usr + $ P The directory /usr *must* exist! ! * * D /usr + $ P The directory /usr must have read/write/search permissions. ! C /usr - 0777 $ * * * /usr exists and is writeable, try to create the sub-dirs * D /usr/bin ! C /usr/bin - 0777 $ D /usr/lib ! C /usr/lib - 0777 $ * * * move the programs off of the /frt77 disc * * * Q Do you want the FORTRAN Language Translator disc /frt77 loaded + 2 $ P Skipping the FORTRAN Language Translator $ E / + 16 $ N /bin/cdb & /bin/pdb & /usr/bin/cdb & /usr/bin/pdb + 10 $ P You have an existing version of pdb(1) or cdb(1). ? Q Do you want links made between them and the new fdb(1) + 1 $ E / + 7 $ R /bin/cdb $ R /bin/cdb $ R /usr/bin/cdb $ R /usr/bin/cdb $ F /frt77/bin/fdb - /bin | /usr/bin ! L /bin/fdb | /usr/bin/fdb - /bin/cdb | /usr/bin/cdb ! L /bin/fdb | /usr/bin/fdb - /bin/pdb | /usr/bin/pdb + 1 ! * * F /frt77/bin/fdb - /bin | /usr/bin ! F /frt77/bin/f1 - /lib | /usr/lib ! F /frt77/bin/f77pass1 - /lib | /usr/lib ! F /frt77/bin/f77 - /bin | /usr/bin ! F /frt77/bin/asa - /bin | /usr/bin ! * * * * * move the programs and libraries off of the /utils disc * Q Do you want the FORTRAN Language Utilities disc /utils loaded + 2 $ P Skipping the FORTRAN Language Utilities $ E / + 11 $ F /utils/bin/as - /bin | /usr/bin ! F /utils/bin/c2 - /lib | /usr/lib ! F /utils/bin/ld - /bin | /usr/bin ! F /utils/bin/sort - /bin | /usr/bin ! F /utils/lib/end.o - /lib | /usr/lib ! F /utils/lib/frt0.o - /lib | /usr/lib ! F /utils/lib/mfrt0.o - /lib | /usr/lib ! F /utils/lib/libc.a - /lib | /usr/lib ! F /utils/lib/libm.a - /lib | /usr/lib ! F /utils/lib/libI77.a - /lib | /usr/lib ! F /utils/lib/libF77.a - /lib | /usr/lib ! * * * move the man pages off of the /doc disc * Q Do you want the FORTRAN Language Documentation disc /doc loaded + 2 $ P Skipping the FORTRAN Language Documentation $ E / + 12 $ D /usr/man ! D /usr/man/cat1 ! * * F /doc/cat1/as.1 - /usr/man/cat1 ! F /doc/cat1/asa.1 - /usr/man/cat1 ! F /doc/cat1/f77.1 - /usr/man/cat1 ! F /doc/cat1/cdb.1 - /usr/man/cat1 ! F /doc/cat1/cdb.errors.1 - /usr/man/cat1 ! F /doc/cat1/cdb.intro.1 - /usr/man/cat1 ! F /doc/cat1/cdb.quick.1 - /usr/man/cat1 ! F /doc/cat1/ld.1 - /usr/man/cat1 ! F /doc/cat1/sort.1 - /usr/man/cat1 ! F /doc/cat1/sysload.1 - /usr/man/cat1 ! * *