mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 07:17:50 +00:00
xserver-nodm-init: fixed start level to 9 as 09 was treated as octal
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4850 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
parent
8df11e51cd
commit
175c36c62c
@ -2,7 +2,7 @@ DESCRIPTION = "Simple Xserver Init Script (no dm)"
|
||||
LICENSE = "GPL"
|
||||
SECTION = "x11"
|
||||
PRIORITY = "optional"
|
||||
PR = "r13"
|
||||
PR = "r14"
|
||||
|
||||
SRC_URI = "file://xserver-nodm"
|
||||
S = ${WORKDIR}
|
||||
@ -18,4 +18,4 @@ do_install() {
|
||||
inherit update-rc.d
|
||||
|
||||
INITSCRIPT_NAME = "xserver-nodm"
|
||||
INITSCRIPT_PARAMS = "start 09 5 2 . stop 20 0 1 6 ."
|
||||
INITSCRIPT_PARAMS = "start 9 5 2 . stop 20 0 1 6 ."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user