diff options
-rw-r--r-- | base/module-init-tools/.footprint | 4 | ||||
-rw-r--r-- | base/module-init-tools/.md5sum | 2 | ||||
-rwxr-xr-x | base/module-init-tools/Pkgfile | 6 |
3 files changed, 7 insertions, 5 deletions
diff --git a/base/module-init-tools/.footprint b/base/module-init-tools/.footprint index 03915654a..af7e996e9 100644 --- a/base/module-init-tools/.footprint +++ b/base/module-init-tools/.footprint @@ -1,7 +1,9 @@ drwxr-xr-x root/root bin/ -rwxr-xr-x root/root bin/lsmod drwxr-xr-x root/root etc/ --rw-r--r-- root/root etc/modprobe.conf +drwxr-xr-x root/root etc/depmod.d/ +drwxr-xr-x root/root etc/modprobe.d/ +-rw-r--r-- root/root etc/modprobe.d/modprobe.conf drwxr-xr-x root/root sbin/ -rwxr-xr-x root/root sbin/depmod -rwxr-xr-x root/root sbin/insmod diff --git a/base/module-init-tools/.md5sum b/base/module-init-tools/.md5sum index c89f4b3f1..565d3373d 100644 --- a/base/module-init-tools/.md5sum +++ b/base/module-init-tools/.md5sum @@ -1,2 +1,2 @@ 9b4b6f3a50e9d352bba107488c053cd2 modprobe.conf -738db2580f664795f05975846e53b298 module-init-tools-3.9.tar.bz2 +fcde0344ad07c4ae2ae6b40918fd092d module-init-tools-3.10.tar.bz2 diff --git a/base/module-init-tools/Pkgfile b/base/module-init-tools/Pkgfile index 5eb13473e..7c6f76551 100755 --- a/base/module-init-tools/Pkgfile +++ b/base/module-init-tools/Pkgfile @@ -5,7 +5,7 @@ # Depends on: man-db, zlib name=module-init-tools -version=3.9 +version=3.10 release=1 source=(http://www.kernel.org/pub/linux/utils/kernel/modules/$name-$version.tar.bz2\ modprobe.conf) @@ -21,8 +21,8 @@ make clean make install -d $PKG/usr/share/man -install -d $PKG/etc +install -d $PKG/etc/{modprobe.d,depmod.d} make DESTDIR=$PKG mandir=/usr/share/man install rm -f $PKG/sbin/generate-modprobe.conf -install -m 644 ../modprobe.conf $PKG/etc +install -m 644 ../modprobe.conf $PKG/etc/modprobe.d/modprobe.conf } |