#!/bin/sh # # Start spidinit.... # case "$1" in start) /usr/bin/spidinit -a ;; *) echo $"Usage: $0 {start}" exit 1 esac exit $?