Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9504152e2e51d7d31213073370a3c2f6db28b828
commit 9504152e2e51d7d31213073370a3c2f6db28b828 Author: Miklos Vajna <vmik...@frugalware.org> Date: Sat Apr 11 11:17:04 2009 +0200 module-init-tools-3.7-1-i686 - version bump - prefer-modprobe.d.patch is no longer needed diff --git a/source/base/module-init-tools/FrugalBuild b/source/base/module-init-tools/FrugalBuild index fec4697..fcf90e7 100644 --- a/source/base/module-init-tools/FrugalBuild +++ b/source/base/module-init-tools/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna <vmik...@frugalware.org> pkgname=module-init-tools -pkgver=3.6 +pkgver=3.7 pkgrel=1 pkgdesc="Utilities for inserting and removing modules from the Linux kernel" url="http://kerneltools.org/KernelTools.org" @@ -14,12 +14,11 @@ backup=('etc/rc.d/rc.modules' 'etc/sysconfig/modules') _F_archive_grepv="pre" up2date="Flasttar http://www.kernel.org/pub/linux/utils/kernel/module-init-tools/" source=(http://www.kernel.org/pub/linux/utils/kernel/module-init-tools/$pkgname-$pkgver.tar.bz2 - rc.modules modules binfmt_misc prefer-modprobe.d.patch) -sha1sums=('ce1ab358502865e336bbcf5cb728af1cc8d9ed1f' \ + rc.modules modules binfmt_misc) +sha1sums=('5950b94ab658e58a052eb8ff414895a68370753c' \ '2946433739d105c569a8f0b15bb41a7403a52b5c' \ '07c76e65af673c8aad478ad78ef2d750b8ea407e' \ - '73cef31f3c1f924c3ef1cd112672ffda750266a5' \ - '6338b55775a4479bddf56c11c990c0b73bb28d66') + '73cef31f3c1f924c3ef1cd112672ffda750266a5') options=('scriptlet') build() diff --git a/source/base/module-init-tools/prefer-modprobe.d.patch b/source/base/module-init-tools/prefer-modprobe.d.patch deleted file mode 100644 index 9d26239..0000000 --- a/source/base/module-init-tools/prefer-modprobe.d.patch +++ /dev/null @@ -1,29 +0,0 @@ -diff --git a/Makefile.am b/Makefile.am -index defe6cc..02c447b 100644 ---- a/Makefile.am -+++ b/Makefile.am -@@ -28,11 +28,10 @@ mandir =$(shell if [ @mandir@ = $(prefix)/man ]; then if [ $(prefix) = / ]; then - - TESTSUITE := $(shell find tests -type f ! -name '*~') tests/vg-suppressions - --EXTRA_DIST = generate-modprobe.conf modprobe.devfs FAQ CODING stress_modules.sh install-with-care $(SGML) $(man_MANS) $(TESTSUITE) -+EXTRA_DIST = modprobe.devfs FAQ CODING stress_modules.sh install-with-care $(SGML) $(man_MANS) $(TESTSUITE) - - sbin_PROGRAMS = insmod modprobe rmmod depmod modinfo insmod.static - bin_PROGRAMS = lsmod --sbin_SCRIPTS = generate-modprobe.conf - noinst_PROGRAMS=modindex - INSTALL = $(SHELL) $(top_srcdir)/install-with-care - -diff --git a/modprobe.c b/modprobe.c -index 474232d..0c4f789 100644 ---- a/modprobe.c -+++ b/modprobe.c -@@ -1340,7 +1340,6 @@ static int read_config_file_bin(const char *filename, - - static const char *default_configs[] = - { -- "/etc/modprobe.conf", - "/etc/modprobe.d", - }; - _______________________________________________ Frugalware-git mailing list Frugalware-git@frugalware.org http://frugalware.org/mailman/listinfo/frugalware-git