Christian Schwarz <[EMAIL PROTECTED]> writes:
> On 15 Jan 1998, Guy Maor wrote:
> > For programs which can't reload, I assume it would be ok to just let *
> > handle it?
> 
> Sorry, but I don't get your point. What is `*' ??

case "$1" in
  start) start-stop-daemon ... ;;
  stop) start-stop-daemon ... ;;
  restart|force-restart) .... ;;
  *) echo Option not supported; exit 1 ;;
esac


Guy

Reply via email to