From 0fa6e9868fed8eb09e8ce9038baaaf4f0cdf684d Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 11 Jul 2016 16:42:57 +0000 Subject: testing/flashcache-grsec: move to unmaintained its also unmaintained upstream --- testing/flashcache-grsec/depmod.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 testing/flashcache-grsec/depmod.patch (limited to 'testing/flashcache-grsec/depmod.patch') diff --git a/testing/flashcache-grsec/depmod.patch b/testing/flashcache-grsec/depmod.patch deleted file mode 100644 index 15c0615057..0000000000 --- a/testing/flashcache-grsec/depmod.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- ./src/Makefile.orig 2013-08-15 11:20:54.575932175 +0000 -+++ ./src/Makefile 2013-08-15 11:21:37.813472296 +0000 -@@ -24,6 +24,8 @@ - KERNEL_TREE := $(RHEL5_TREE) - endif - -+DEPMOD ?= depmod -+ - obj-m += flashcache.o - flashcache-objs := flashcache_conf.o flashcache_main.o flashcache_subr.o flashcache_ioctl.o flashcache_procfs.o - -@@ -42,7 +44,7 @@ - modules_install: modules - install -o root -g root -m 0755 -d $(DESTDIR)/lib/modules/$(KERNEL_SOURCE_VERSION)/extra/flashcache/ - install -o root -g root -m 0755 flashcache.ko $(DESTDIR)/lib/modules/$(KERNEL_SOURCE_VERSION)/extra/flashcache/ -- depmod -a $(KERNEL_SOURCE_VERSION) -+ $(DEPMOD) -a $(KERNEL_SOURCE_VERSION) - - .PHONY: utils_install - utils_install: utils -- cgit v1.2.3