blob: dc3914bea1a645d37053f3b2012238541575f480 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
diff -Nur a/init-fbcondecor b/init-fbcondecor
--- a/init-fbcondecor 2011-06-12 22:45:59.000000000 +0100
+++ b/init-fbcondecor 2017-08-14 16:47:22.051031795 +0100
@@ -1,10 +1,10 @@
-#!/sbin/runscript
+#!/sbin/openrc-run
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
depend() {
- before xdm
- use localmount
+ after localmount
+ before dkms
}
start() {
|