xinglp wrote:
> /etc/init.d/modules line 38
> 
> [ $(egrep -qv '^($|#)' /etc/sysconfig/modules) ] || exit 0
> 
> it always does a 'exit 0'

Yes, it looks like it should be:

[ ! $(egrep -qv '^($|#)' /etc/sysconfig/modules) ] || exit 0

Does that work for you?

   -- Bruce

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to