irda-utils: added initscripts dependencies

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5002 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2008-08-01 12:55:37 +00:00
parent 429ea69a0e
commit aa315fbacb
2 changed files with 9 additions and 1 deletions

View File

@@ -1,4 +1,12 @@
#! /bin/sh
### BEGIN INIT INFO
# Provides: irda
# Required-Start: $network $remote_fs
# Required-Stop: $network $remote_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Infrared port support
### END INIT INFO
module_id() {
awk 'BEGIN { FS=": " } /Hardware/ { print $2 } ' </proc/cpuinfo