home *** CD-ROM | disk | FTP | other *** search
- echo "\nBacking up /xenix as /xenix.old"
- [ -f /xenix ] && cp /xenix /xenix.old
- echo "Installing xenix on hard disk."
- cp /usr/sys/conf/xenix /xenix
- echo "\nYou will need to shut down and reboot the system"
- echo "in order to load the newly installed /xenix into memory"
-