summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/realtime-lsm/files')
-rw-r--r--sys-apps/realtime-lsm/files/kmisc.patch-0.8.2_pre2004102223
-rw-r--r--sys-apps/realtime-lsm/files/modulesd-realtime12
2 files changed, 0 insertions, 35 deletions
diff --git a/sys-apps/realtime-lsm/files/kmisc.patch-0.8.2_pre20041022 b/sys-apps/realtime-lsm/files/kmisc.patch-0.8.2_pre20041022
deleted file mode 100644
index 5296b9703faf..000000000000
--- a/sys-apps/realtime-lsm/files/kmisc.patch-0.8.2_pre20041022
+++ /dev/null
@@ -1,23 +0,0 @@
---- Makefile 2004-10-23 00:06:37.122661480 -0400
-+++ Makefile 2004-10-23 00:08:09.975545696 -0400
-@@ -17,7 +17,8 @@
- ifndef KERNELRELEASE
-
- all: $(SOURCES) config
-- $(MAKE) modules -C $(KERNEL_DIR) SUBDIRS=$(shell pwd)
-+# $(MAKE) modules -C $(KERNEL_DIR) SUBDIRS=$(shell pwd)
-+ $(MAKE) modules -C $(KSRC) SUBDIRS=$(shell pwd)
-
- config:
- @if grep CONFIG_SECURITY_CAPABILITIES=m $(KERNEL_DIR)/.config; \
-@@ -33,7 +34,9 @@
- fi
-
- install:
-- $(MAKE) modules_install -C $(KERNEL_DIR) SUBDIRS=$(shell pwd)
-+# $(MAKE) modules_install -C $(KERNEL_DIR) SUBDIRS=$(shell pwd)
-+ install -d $(KMISC)
-+ install -m 644 realtime.ko $(KMISC)
-
- clean:
- -rm -f *.ko *.o $(COMMONCAP) config.h
diff --git a/sys-apps/realtime-lsm/files/modulesd-realtime b/sys-apps/realtime-lsm/files/modulesd-realtime
deleted file mode 100644
index 1b390999d47c..000000000000
--- a/sys-apps/realtime-lsm/files/modulesd-realtime
+++ /dev/null
@@ -1,12 +0,0 @@
-# modules.d configuration file for REALTIME
-# For more information please read the documentation at
-# /usr/share/doc/realtime-lsm-*/
-
-
-# Configurable module parameters
-# ------------------------------
-# mlock: enable memory locking privileges.
-# gid: the group ID with access to realtime privileges.
-# any: grant realtime privileges to any process.
-
-options realtime gid=@REALTIMEGROUPID@