#!/bin/sh # # Taken from Sun's config.driver # # Added the following finish scripts: # install-disksuite.fin # install-miscellaneous-patches.fin # install-sunbesdm.fin # Harry Hoffman DIR="`/bin/dirname $0`" export DIR . ${DIR}/uoa-driver.init JASS_FILES=" /.cshrc /.profile " # Note: install-recommended-patches.fin is generally always the first # Finish script to run as it establishes the baseline system that # will be hardened. Since these clusters contain security patches, # it is important that they be installed before hardening the # system. JASS_SCRIPTS=" print-jass-environment.fin install-disksuite.fin install-miscellaneous-patches.fin install-recommended-patches.fin install-jass.fin # install-openssh.fin install-sunbesdm.fin set-root-password.fin set-term-type.fin " . ${DIR}/uoa-driver.run