* Script for moving the PASCAL compiler suite to hard disc. * * Release 5.0.0 * * (c) Copyright 1985, Hewlett-Packard Co. * * * * make sure /usr exists and has the proper mode, permissions * E /usr + $ P The directory /usr *must* exist! ! D /usr + $ P The directory /usr must have read/write/search permissions ! D /usr/tmp ! * * E /bin + 2 $ D /usr/bin + 3 $ P Error accessing directory /usr/bin ! D /bin + $ P Error accessing directory /bin ! * * E /lib + 2 $ D /usr/lib + 3 $ P Error accessing directory /usr/lib ! D /lib + $ P Error accessing directory /lib ! * * * don't copy unwanted documentation * Q do you want the documentation copied to fixed disc + 2 $ P Skipping the documentation $ E / + 11 $ D /usr/man ! D /usr/man/cat1 ! F /pasdoc/cat1/ar.1 - /usr/man/cat1 ! F /pasdoc/cat1/ld.1 - /usr/man/cat1 ! F /pasdoc/cat1/pc.1 - /usr/man/cat1 ! F /pasdoc/cat1/cdb.1 - /usr/man/cat1 ! F /pasdoc/cat1/cdb.errors.1 - /usr/man/cat1 ! F /pasdoc/cat1/cdb.intro.1 - /usr/man/cat1 ! F /pasdoc/cat1/cdb.quick.1 - /usr/man/cat1 ! F /pasdoc/cat1/sh.1 - /usr/man/cat1 ! F /pasdoc/cat1/sysload.1 - /usr/man/cat1 ! * * move the libraries down from /pasdoc * F /pasdoc/lib/crt0.o - /lib | /usr/lib ! F /pasdoc/lib/libpc.a - /lib | /usr/lib ! F /pasdoc/lib/libc.a - /lib | /usr/lib ! F /pasdoc/lib/libm.a - /lib | /usr/lib ! * * * now move the files off of the /pascal disc * F /pascal/bin/ar - /bin | /usr/bin ! F /pascal/bin/ld - /bin | /usr/bin ! F /pascal/bin/pc - /bin | /usr/bin ! * * * test for cdb or fdb * N /bin/cdb & /bin/fdb & /usr/bin/cdb & /usr/bin/fdb + 10 $ P You have an existing version of cdb(1) or fdb(1). ? Q Do you want links made between them and the new pdb(1) + 1 $ E / + 7 $ R /bin/cdb $ R /bin/fdb $ R /usr/bin/cdb $ R /usr/bin/fdb $ F /pascal/bin/pdb - /bin | /usr/bin ! L /bin/pdb | /usr/bin/pdb - /bin/cdb | /usr/bin/cdb ! L /bin/pdb | /usr/bin/pdb - /bin/fdb | /usr/bin/fdb + 1 ! * * F /pascal/bin/pdb - /bin | /usr/bin ! F /pascal/bin/sh - /bin | /usr/bin ! * * F /pascal/usr/lib/ar.ranlib - /usr/lib ! F /pascal/usr/lib/end.o - /usr/lib ! F /pascal/usr/lib/escerrs - /usr/lib ! F /pascal/usr/lib/ioerrs - /usr/lib ! F /pascal/usr/lib/pascomp - /usr/lib ! F /pascal/usr/lib/paserrs - /usr/lib ! F /pascal/usr/lib/syserrs - /usr/lib ! F /pascal/usr/lib/libheap2.a - /usr/lib ! P Done transferring Integral PC Pascal Compiler?