mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
xserver-nodm: start at rc5.d/S09 not S99
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4791 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -2,7 +2,7 @@ DESCRIPTION = "Simple Xserver Init Script (no dm)"
|
|||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
SECTION = "x11"
|
SECTION = "x11"
|
||||||
PRIORITY = "optional"
|
PRIORITY = "optional"
|
||||||
PR = "r9"
|
PR = "r10"
|
||||||
|
|
||||||
SRC_URI = "file://xserver-nodm"
|
SRC_URI = "file://xserver-nodm"
|
||||||
S = ${WORKDIR}
|
S = ${WORKDIR}
|
||||||
@@ -18,4 +18,4 @@ do_install() {
|
|||||||
inherit update-rc.d
|
inherit update-rc.d
|
||||||
|
|
||||||
INITSCRIPT_NAME = "xserver-nodm"
|
INITSCRIPT_NAME = "xserver-nodm"
|
||||||
INITSCRIPT_PARAMS = "start 99 5 2 . stop 20 0 1 6 ."
|
INITSCRIPT_PARAMS = "start 09 5 2 . stop 20 0 1 6 ."
|
||||||
|
|||||||
Reference in New Issue
Block a user