diff --git a/module-init-tools/.footprint b/module-init-tools/.footprint index 9b5e5ea0..b75e2ef8 100644 --- a/module-init-tools/.footprint +++ b/module-init-tools/.footprint @@ -14,6 +14,7 @@ drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man5/ -rw-r--r-- root/root usr/man/man5/depmod.conf.5.gz -rw-r--r-- root/root usr/man/man5/modprobe.conf.5.gz +-rw-r--r-- root/root usr/man/man5/modprobe.d.5.gz -rw-r--r-- root/root usr/man/man5/modules.dep.5.gz drwxr-xr-x root/root usr/man/man8/ -rw-r--r-- root/root usr/man/man8/depmod.8.gz diff --git a/module-init-tools/.md5sum b/module-init-tools/.md5sum index c5dbb91d..722b72d8 100644 --- a/module-init-tools/.md5sum +++ b/module-init-tools/.md5sum @@ -1 +1 @@ -470d7830fd263d29a92149da6ae9f122 module-init-tools-3.8.tar.bz2 +738db2580f664795f05975846e53b298 module-init-tools-3.9.tar.bz2 diff --git a/module-init-tools/Pkgfile b/module-init-tools/Pkgfile index f59b79ea..fb64c716 100644 --- a/module-init-tools/Pkgfile +++ b/module-init-tools/Pkgfile @@ -3,7 +3,7 @@ # Maintainer: CRUX System Team, core-ports at crux dot nu name=module-init-tools -version=3.8 +version=3.9 release=1 source=(http://www.kernel.org/pub/linux/kernel/people/rusty/modules/$name-$version.tar.bz2) @@ -15,5 +15,4 @@ build() { make make DESTDIR=$PKG mandir=/usr/man install install -d $PKG/etc/{modprobe.d,depmod.d} - rm -f $PKG/sbin/generate-modprobe.conf }