#!/bin/sh
# This checks for existance and execute on, so to
# disable it, just 'chmod a-x hpmvboot.sh'.
if [ -x /shares/Volume1/MntLocal/etc/hpmvboot.sh ]
then
  . /shares/Volume1/MntLocal/etc/hpmvboot.sh
fi

