#!/bin/sh
#
if [ -f ${ROOTDIR}/usr/sbin/modload ]; then
    modload -p drv/winlock
fi
exit 0  

