summaryrefslogtreecommitdiff
path: root/packages/sys-apps/openrc/files/openrc-dkms.patch
blob: 02a5231b1f44483860c3d579c108ba630fa88df8 (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -Nur a/init.d/modules.in b/init.d/modules.in
--- a/init.d/modules.in	2017-05-16 01:06:10.000000000 +0100
+++ b/init.d/modules.in	2017-05-21 15:56:25.581977335 +0100
@@ -14,6 +14,7 @@
 depend()
 {
 	use isapnp
+	need dkms
 	want modules-load
 	keyword -docker -lxc -openvz -prefix -systemd-nspawn -vserver
 }