diff options
-rw-r--r-- | perl-install/modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 2e15fb1bb..904e108ae 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -746,7 +746,7 @@ sub configure_pcmcia { my ($pcic) = @_; #- try to setup pcmcia if cardmgr is not running. - -s "/var/run/stab" and return; +# -s "/var/run/stab" and return; log::l("i try to configure pcmcia services"); |