diff options
author | Olivier Blin <oblin@mandriva.org> | 2006-01-09 00:05:50 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2006-01-09 00:05:50 +0000 |
commit | 9fab7472adf05fe634476fedc369130c4b3172af (patch) | |
tree | 7b73326b63d32d803e5542ac3a41eb39882f964e /perl-install/standalone/service_harddrake.sh | |
parent | e47c3810d885b3b858a932840c01a5c68b62931c (diff) | |
download | drakx-9fab7472adf05fe634476fedc369130c4b3172af.tar drakx-9fab7472adf05fe634476fedc369130c4b3172af.tar.gz drakx-9fab7472adf05fe634476fedc369130c4b3172af.tar.bz2 drakx-9fab7472adf05fe634476fedc369130c4b3172af.tar.xz drakx-9fab7472adf05fe634476fedc369130c4b3172af.zip |
convert parallel init to LSB
Diffstat (limited to 'perl-install/standalone/service_harddrake.sh')
-rw-r--r-- | perl-install/standalone/service_harddrake.sh | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/perl-install/standalone/service_harddrake.sh b/perl-install/standalone/service_harddrake.sh index 669ab9ea2..9a88f9d24 100644 --- a/perl-install/standalone/service_harddrake.sh +++ b/perl-install/standalone/service_harddrake.sh @@ -6,12 +6,16 @@ # description: This runs the hardware probe, and optionally configures \ # changed hardware. # -# X-Parallel-Init -# X-Parallel-Requires: pcmcia dkms -# X-Parallel-Interactive +### BEGIN INIT INFO +# Provides: harddrake +# Should-Start: pcmcia dkms +# Short-Description: The harddrake hardware probe +# Description: This runs the hardware probe, and optionally configures +# changed hardware. +# X-Mandriva-Interactive +### END INIT INFO # This is an interactive program, we need the current locale - [[ -f /etc/profile.d/lang.sh ]] && . /etc/profile.d/lang.sh # Source function library. |