Hello,
I have found in the german documentation a bug.
http://www.freebsd.org/doc/de_DE.ISO8859-1/books/handbook/configtuning-starting-services.html
please look here:
start_cmd="echo \"Starting ${name}.\"; /usr/bin/nice -5 ${command}
${utility_flags} ${command_args}"
the right version is:
start_cmd="echo \"Starting ${name}.\""; /usr/bin/nice -5 ${command}
${utility_flags} ${command_args}"
With best wishes
Dimitri Tykhomirov
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-translators" in the body of the message
Received on Thu 10 Sep 2009 - 19:05:14 CEST