diff options
Diffstat (limited to 'perl-install/standalone/service_harddrake')
-rwxr-xr-x | perl-install/standalone/service_harddrake | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake index 56fbfdbb5..09f86ad7c 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -1,23 +1,11 @@ #!/usr/bin/perl -w # harddrake2 This service runs the HardDrake hardware probe. -# -# chkconfig: 345 05 95 -# description: This runs the hardware probe, and optionally configures \ -# changed hardware. - - -# TODO: start/stop/status/ use lib qw(/usr/lib/libDrakX); -use strict; +#use strict; use standalone; #- warning, standalone must be loaded very first, for 'explanations' -if ($ARGV[0] !~ /^start$/) { - print "service harddrake [start|stop]\n"; - exit 0; -} - use MDK::Common; use POSIX; |