From 2efe075803275d8bf9ab98ad29a68f63f01d342a Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 7 Apr 2007 09:28:00 +0000 Subject: modules-update -> update-modules --- init.d.Linux/modules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init.d.Linux') diff --git a/init.d.Linux/modules b/init.d.Linux/modules index ff6faf6..feda2c2 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="" -- cgit v1.2.3