#!/bin/sh
. /etc/init.d/globals
case $1 in
start)
/etc/rc.local
;;
*)
echo "[${BASENAME}] Usage: $0 {start}"
esac