#! /bin/sh
cp $1 /usr/sun/bootfile/`basename $1`
chmod a-x /usr/sun/bootfile/`basename $1`
chmod g+x /usr/sun/bootfile/`basename $1`
exit 0
