#
#
#
# Standard prolog
#
if [ -z "$SMF_FMRI" ] ; then
echo "SMF framework variables are not initialized."
exit $SMF_EXIT_ERR_NOSMF
fi
# directory where to look for startup scripts
# for all startup scripts found in the directory
# verify the script is executable
[ -x "$SCRIPT" ] || continue
# execute the script
echo "Warning: startup script $SCRIPT failed."
fi
done
# execute the CUPS daemon
# fatal error, failed to execute CUPS daemon
exit $SMF_EXIT_ERR_FATAL