modules-update -> update-modules

This commit is contained in:
Mike Frysinger
2007-04-07 09:28:00 +00:00
parent 6c29966364
commit 2efe075803
3 changed files with 8 additions and 4 deletions

View File

@ -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=""