summaryrefslogtreecommitdiff
path: root/meta/packages/oh/qemu-config/qemu-autostart
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-08-01 12:56:09 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-08-01 12:56:09 +0000
commit6f626196ecd14789b14a251421da43ad97d3b861 (patch)
tree4420b86d033b635449bb5d20e030ac19b01da2b6 /meta/packages/oh/qemu-config/qemu-autostart
parentfda98550955c491a3cf33c01532bd144da43b6be (diff)
downloadopenembedded-core-6f626196ecd14789b14a251421da43ad97d3b861.tar.gz
openembedded-core-6f626196ecd14789b14a251421da43ad97d3b861.tar.bz2
openembedded-core-6f626196ecd14789b14a251421da43ad97d3b861.tar.xz
openembedded-core-6f626196ecd14789b14a251421da43ad97d3b861.zip
qemu-config: added initscript dependencies and dropped killproc in favour of functions from initscripts
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5005 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/oh/qemu-config/qemu-autostart')
-rwxr-xr-xmeta/packages/oh/qemu-config/qemu-autostart17
1 files changed, 10 insertions, 7 deletions
diff --git a/meta/packages/oh/qemu-config/qemu-autostart b/meta/packages/oh/qemu-config/qemu-autostart
index 5c1126938..db2668eb4 100755
--- a/meta/packages/oh/qemu-config/qemu-autostart
+++ b/meta/packages/oh/qemu-config/qemu-autostart
@@ -1,12 +1,15 @@
#!/bin/sh
+### BEGIN INIT INFO
+# Provides: hddtemp
+# Required-Start: $network
+# Required-Stop: $network
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
+# Short-Description: OProfile server
+# Description:
+### END INIT INFO
-killproc() { # kill the named process(es)
- pid=`/bin/ps -e x |
- /bin/grep $1 |
- /bin/grep -v grep |
- /bin/sed -e 's/^ *//' -e 's/ .*//'`
- [ "$pid" != "" ] && kill $pid
-}
+. /etc/init.d/functions
case "$1" in
start)