[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: PW#5-5: Standardized handling of /etc/init.d script options



Christian Schwarz <schwarz@monet.m.isar.de> 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 to: