diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-07-29 15:25:54 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-07-29 15:25:54 +0000 |
commit | bab08e3feb81eba166610fc3dfe9c7906548a5b8 (patch) | |
tree | a5935e4fb014a1527d8a81dc748121a05c30ba05 | |
parent | b6e2865096ad48134b39f78a3c969cc48a684908 (diff) | |
download | drakx-bab08e3feb81eba166610fc3dfe9c7906548a5b8.tar drakx-bab08e3feb81eba166610fc3dfe9c7906548a5b8.tar.gz drakx-bab08e3feb81eba166610fc3dfe9c7906548a5b8.tar.bz2 drakx-bab08e3feb81eba166610fc3dfe9c7906548a5b8.tar.xz drakx-bab08e3feb81eba166610fc3dfe9c7906548a5b8.zip |
read and wrote /etc/modules.conf
-rwxr-xr-x | perl-install/standalone/drakxtv | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/standalone/drakxtv b/perl-install/standalone/drakxtv index 7250ab5f8..6b0d1dfb8 100755 --- a/perl-install/standalone/drakxtv +++ b/perl-install/standalone/drakxtv @@ -143,7 +143,9 @@ my @devices = detect_devices::probeall(1); if (grep { $_->{media_type} eq 'MULTIMEDIA_VIDEO' } @devices) { if (($< == 0) && (grep { $_->{driver} eq 'bttv' } @devices)) { use harddrake::bttv; + modules::read_conf; harddrake::bttv::config($in); + modules::write_conf; } scan4channels(); $in->exit(0); |