summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2006-01-09 00:05:50 +0000
committerOlivier Blin <oblin@mandriva.org>2006-01-09 00:05:50 +0000
commit9fab7472adf05fe634476fedc369130c4b3172af (patch)
tree7b73326b63d32d803e5542ac3a41eb39882f964e /perl-install
parente47c3810d885b3b858a932840c01a5c68b62931c (diff)
downloaddrakx-backup-do-not-use-9fab7472adf05fe634476fedc369130c4b3172af.tar
drakx-backup-do-not-use-9fab7472adf05fe634476fedc369130c4b3172af.tar.gz
drakx-backup-do-not-use-9fab7472adf05fe634476fedc369130c4b3172af.tar.bz2
drakx-backup-do-not-use-9fab7472adf05fe634476fedc369130c4b3172af.tar.xz
drakx-backup-do-not-use-9fab7472adf05fe634476fedc369130c4b3172af.zip
convert parallel init to LSB
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/standalone/service_harddrake.sh12
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.