diff options
author | Ross Burton <ross@openedhand.com> | 2008-07-03 15:24:48 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-07-03 15:24:48 +0000 |
commit | 95eb982dc4abd04799325ce4f5f39a53c78c0f7e (patch) | |
tree | c4e7f7f032cc09f4fa7c22720d78e89100625d0c /meta/packages/psplash/files | |
parent | 1f36523f919340a06f60752c18835c6483fd2026 (diff) | |
download | openembedded-core-95eb982dc4abd04799325ce4f5f39a53c78c0f7e.tar.gz openembedded-core-95eb982dc4abd04799325ce4f5f39a53c78c0f7e.tar.bz2 openembedded-core-95eb982dc4abd04799325ce4f5f39a53c78c0f7e.zip |
psplash: add init script depends
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4804 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/psplash/files')
-rwxr-xr-x | meta/packages/psplash/files/psplash-init | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/packages/psplash/files/psplash-init b/meta/packages/psplash/files/psplash-init index 3150180ea5..ea370d622b 100755 --- a/meta/packages/psplash/files/psplash-init +++ b/meta/packages/psplash/files/psplash-init @@ -1,4 +1,11 @@ #!/bin/sh +### BEGIN INIT INFO +# Provides: psplash +# Required-Start: +# Required-Stop: +# Default-Start: S +# Default-Stop: +### END INIT INFO for x in $(cat /proc/cmdline); do case $x in |