On 11/20/2012 10:14 AM, Hiroki Sato wrote:
> rc_fast, rc_force, and rc_quiet are not intended to be used in
> /etc/rc.conf or other config files. These variables have no default
> value and will be defined forcibly via {fast,force,quiet}start. If
> we use checkyesno() here, it checks whether
Mike Telahun wrote
in <50ab19d3.9080...@gmail.com>:
mi> > @@ -704,7 +704,10 @@ run_rc_command()
mi> >
mi> > start)
mi> > if [ -z "$rc_fast" -a -n "$rc_pid" ]; then
mi> > - echo 1>&2 "${name} already running?
(pid=$rc_pid)."
mi> > +
> @@ -704,7 +704,10 @@ run_rc_command()
>
> start)
> if [ -z "$rc_fast" -a -n "$rc_pid" ]; then
> - echo 1>&2 "${name} already running?
> (pid=$rc_pid)."
> + if [ -z "$rc_quiet" ]; then
Shouldn't this be