diff options
| author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-08-01 12:55:37 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-08-01 12:55:37 +0000 |
| commit | aa315fbacbff9cc6bbc317dfa860bf589d936b92 (patch) | |
| tree | 85972967015b4d10f9d9977e9d88e6a1f527d046 /meta/packages/irda-utils/files | |
| parent | 429ea69a0e5a30a31381e49794b531a3849b6487 (diff) | |
| download | poky-aa315fbacbff9cc6bbc317dfa860bf589d936b92.tar.gz | |
irda-utils: added initscripts dependencies
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5002 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/irda-utils/files')
| -rwxr-xr-x | meta/packages/irda-utils/files/init | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/packages/irda-utils/files/init b/meta/packages/irda-utils/files/init index 2d93af34df..63750f187c 100755 --- a/meta/packages/irda-utils/files/init +++ b/meta/packages/irda-utils/files/init | |||
| @@ -1,4 +1,12 @@ | |||
| 1 | #! /bin/sh | 1 | #! /bin/sh |
| 2 | ### BEGIN INIT INFO | ||
| 3 | # Provides: irda | ||
| 4 | # Required-Start: $network $remote_fs | ||
| 5 | # Required-Stop: $network $remote_fs | ||
| 6 | # Default-Start: 2 3 4 5 | ||
| 7 | # Default-Stop: 0 1 6 | ||
| 8 | # Short-Description: Infrared port support | ||
| 9 | ### END INIT INFO | ||
| 2 | 10 | ||
| 3 | module_id() { | 11 | module_id() { |
| 4 | awk 'BEGIN { FS=": " } /Hardware/ { print $2 } ' </proc/cpuinfo | 12 | awk 'BEGIN { FS=": " } /Hardware/ { print $2 } ' </proc/cpuinfo |
