From 9fab7472adf05fe634476fedc369130c4b3172af Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 9 Jan 2006 00:05:50 +0000 Subject: convert parallel init to LSB --- perl-install/standalone/service_harddrake.sh | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'perl-install') 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. -- cgit v1.2.1