diff options
Diffstat (limited to 'init.d.Linux/modules')
-rwxr-xr-x | init.d.Linux/modules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init.d.Linux/modules b/init.d.Linux/modules index ff6faf6a..feda2c24 100755 --- a/init.d.Linux/modules +++ b/init.d.Linux/modules @@ -55,7 +55,7 @@ start() { if [ -z "${CDBOOT}" -a ! -e /etc/modules.conf ] && \ [ $(KV_to_int "${KV}") -lt $(KV_to_int '2.5.48') -o -x /sbin/modprobe.old ] then - echo '### This file is automatically generated by modules-update' \ + echo '### This file is automatically generated by update-modules' \ > /etc/modules.conf 2>/dev/null [ ! -f /etc/modules.conf ] && \ ewarn "Cannot update /etc/modules.conf!" @@ -65,7 +65,7 @@ start() { if [ -z "${CDBOOT}" ] && \ [ -f /etc/modules.conf -o $(KV_to_int "${KV}") -ge $(KV_to_int '2.5.48') ] then - /sbin/modules-update + /sbin/update-modules fi local auto="" |