diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-12-13 15:43:45 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-12-13 15:43:45 +0000 |
commit | f298cec9f7d4bb4dc1972cc737007b6da86d4cb0 (patch) | |
tree | a52d7587f52b6c153bb4e7dd29fc63ae61a8a934 /perl-install/install_any.pm | |
parent | 292bdfb0285b757882b4e933c413d834b4324d4b (diff) | |
download | drakx-f298cec9f7d4bb4dc1972cc737007b6da86d4cb0.tar drakx-f298cec9f7d4bb4dc1972cc737007b6da86d4cb0.tar.gz drakx-f298cec9f7d4bb4dc1972cc737007b6da86d4cb0.tar.bz2 drakx-f298cec9f7d4bb4dc1972cc737007b6da86d4cb0.tar.xz drakx-f298cec9f7d4bb4dc1972cc737007b6da86d4cb0.zip |
- rename/move install_any::write_pcmcia() as harddrake::autoconf::pcmcia() so
that it became availlable for standalone tools
- reuse it in harddrake service in order to configure PCMCIA cards
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r-- | perl-install/install_any.pm | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index ea9e8fe9d..194e942bd 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -1551,17 +1551,5 @@ sub configure_pcmcia { modules::read_already_loaded($modules_conf); } -sub write_pcmcia { - my ($pcic) = @_; - - #- should be set after installing the package above otherwise the file will be renamed. - setVarsInSh("$::prefix/etc/sysconfig/pcmcia", { - PCMCIA => bool2yesno($pcic), - PCIC => $pcic, - PCIC_OPTS => "", - CORE_OPTS => "", - }); -} - 1; |