aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/x11-common
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-27 11:05:01 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-27 11:56:31 +0000
commit9d77233df2b6cfbc6c46b84bb27a7d9ab591ca8a (patch)
tree4b44480fa9942e9c11b69f28a1ef02478cacecab /meta/recipes-graphics/x11-common
parent7b5f838137aea78543d2f6f500f8ca2ee98977f6 (diff)
downloadopenembedded-core-contrib-9d77233df2b6cfbc6c46b84bb27a7d9ab591ca8a.tar.gz
xserver-nodm: Correct initscript header
The init script header is incorrect, we only start this at runlevels 2 and 5. (From OE-Core rev: c1181d376d20dc203ef036d5659d1c2bf2308975) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/x11-common')
-rwxr-xr-xmeta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm b/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm
index c707a4bdb8..e790fb0921 100755
--- a/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm
+++ b/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm
@@ -4,7 +4,7 @@
# Provides: xserver
# Required-Start: $local_fs $remote_fs dbus
# Required-Stop: $local_fs $remote_fs
-# Default-Start: 2 3 4 5
+# Default-Start: 2 5
# Default-Stop: 0 1 6
### END INIT INFO