On Tue, 27 Jan 2009 21:19:11 +0000 "Cliff McDiarmid" <[email protected]> wrote:
> echo -n $"Starting NetworkManager daemon: " > daemon--check $servicename $processname --pid-file=$pidfile I think that should read: daemon --check $servicename $processname --pid-file=$pidfile the --check is an option to your daemon init script and, also, AFAIK, it is Red Hat specific. So, you are running a Red Hat daemon init script. Cheers, Mike Shell -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
