From e41ceb4de4849ef4cfe3087dff0ebfbf0e8fbdef Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 10 Mar 2006 15:33:01 +0000 Subject: enable/start pcmcia service if needed --- perl-install/harddrake/autoconf.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/perl-install/harddrake/autoconf.pm b/perl-install/harddrake/autoconf.pm index 9a60fb87b..a1c991228 100644 --- a/perl-install/harddrake/autoconf.pm +++ b/perl-install/harddrake/autoconf.pm @@ -41,6 +41,8 @@ sub pcmcia { PCIC_OPTS => "", CORE_OPTS => "", }); + require services; + services::set_status("pcmcia", $pcic); } sub bluetooth { -- cgit v1.2.1