> The original idea was to skip the "already running" checks while booting > the system since they are quite slow, and to perform them when a manual > service FOO start is done.
Isn't this what the -z "$rc_fast" is for? >> if [ $rc_arg = "start" -a -z "$rc_fast" -a -n "$rc_pid" ]; then >> if [ -z "$rc_quiet" ]; then erdgeist _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-rc To unsubscribe, send any mail to "[email protected]"
