We have gone to some pains in the past to make the rc.d scripts silent.

Either work or fail silently.

  if [ -x ... ]; do
    ...
  done

Now, with the addition of the start/stop, there is a message output if
the argument is not 'start' or 'stop'.

The default should be 'start'.  These scripts are frequently used to
restart or redo things.

And, continue to exit silently in all cases.

tomdean


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to