*Title: Remove Unecessary Software from Solaris I wrote this script to remove some of the extra software Solaris bundles with the OS install. _Warning_: Error checking is not implemented, and of course, review the script before running on any server. The solaris package management system allows for automated software installs and removals which is useful for Jumpstart, JET or Flash. ''pkgs_remove.sh'' relies on an admin file to be in the current directory. mail= instance=overwrite partial=nocheck runlevel=nocheck idepend=nocheck rdepend=nocheck space=nocheck setuid=nocheck action=nocheck basedir=default Download the script [here (:scripts/pkgs_remove.sh)], and the admin file [here (:scripts/admin)].