mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Fix the fix. :(
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9604 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
d8efcaddcc
commit
6d8e177ab9
@ -34,8 +34,8 @@ case "${1}" in
|
|||||||
start)
|
start)
|
||||||
# Exit if there's no modules file or there are no
|
# Exit if there's no modules file or there are no
|
||||||
# valid entries
|
# valid entries
|
||||||
[ -r /etc/sysconfig/modules ] || exit 0
|
[ -r /etc/sysconfig/modules ] || exit 0
|
||||||
$(egrep -qv '^($|#)' /etc/sysconfig/modules) || exit 0
|
egrep -qv '^($|#)' /etc/sysconfig/modules || exit 0
|
||||||
|
|
||||||
log_info_msg "Loading modules:"
|
log_info_msg "Loading modules:"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user