1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 17:39:31 +00:00
Files
poky/meta/packages/xserver-kdrive-common/xserver-nodm-init.bb
T
Ross Burton 8c28cb514d xserver-nodm-init: add init script depends
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4807 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-03 15:26:52 +00:00

22 lines
412 B
BlitzBasic

DESCRIPTION = "Simple Xserver Init Script (no dm)"
LICENSE = "GPL"
SECTION = "x11"
PRIORITY = "optional"
PR = "r13"
SRC_URI = "file://xserver-nodm"
S = ${WORKDIR}
PACKAGE_ARCH = "all"
do_install() {
install -d ${D}/etc
install -d ${D}/etc/init.d
install xserver-nodm ${D}/etc/init.d
}
inherit update-rc.d
INITSCRIPT_NAME = "xserver-nodm"
INITSCRIPT_PARAMS = "start 09 5 2 . stop 20 0 1 6 ."