diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-04-07 09:28:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-04-07 09:28:00 +0000 |
commit | 2efe075803275d8bf9ab98ad29a68f63f01d342a (patch) | |
tree | 44d10ad4b32c65b8c5c4ecc35c16d7cc8c0e4191 /init.d.Linux/modules | |
parent | 6c299663646985f396b01a34edfc390f27d0a0c0 (diff) |
modules-update -> update-modules
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="" |