aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/flashcache-grsec/depmod.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-12-01 17:26:53 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-12-01 17:26:53 +0100
commit3ce3c4fd596debefbad77328a9b62a39eccf753c (patch)
tree8ea8842d946335dbd124e71336a11b928481c544 /unmaintained/flashcache-grsec/depmod.patch
parent62b8ba5f8fe6d62d56b2d078b4f12f72830ee4af (diff)
downloadaports-3ce3c4fd596debefbad77328a9b62a39eccf753c.tar.bz2
aports-3ce3c4fd596debefbad77328a9b62a39eccf753c.tar.xz
unmaintained/*: purge aports not touched since v3.5.0
We agreed with ncopa on #alpine-devel (2017-12-01 16:20 UTC) to periodically purge aports in unmaintained that haven't been touched in last 1 year (2 releases).
Diffstat (limited to 'unmaintained/flashcache-grsec/depmod.patch')
-rw-r--r--unmaintained/flashcache-grsec/depmod.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/unmaintained/flashcache-grsec/depmod.patch b/unmaintained/flashcache-grsec/depmod.patch
deleted file mode 100644
index 15c0615057..0000000000
--- a/unmaintained/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