summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakxtv
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-07-29 15:25:54 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-07-29 15:25:54 +0000
commitbab08e3feb81eba166610fc3dfe9c7906548a5b8 (patch)
treea5935e4fb014a1527d8a81dc748121a05c30ba05 /perl-install/standalone/drakxtv
parentb6e2865096ad48134b39f78a3c969cc48a684908 (diff)
downloaddrakx-backup-do-not-use-bab08e3feb81eba166610fc3dfe9c7906548a5b8.tar
drakx-backup-do-not-use-bab08e3feb81eba166610fc3dfe9c7906548a5b8.tar.gz
drakx-backup-do-not-use-bab08e3feb81eba166610fc3dfe9c7906548a5b8.tar.bz2
drakx-backup-do-not-use-bab08e3feb81eba166610fc3dfe9c7906548a5b8.tar.xz
drakx-backup-do-not-use-bab08e3feb81eba166610fc3dfe9c7906548a5b8.zip
read and wrote /etc/modules.conf
Diffstat (limited to 'perl-install/standalone/drakxtv')
-rwxr-xr-xperl-install/standalone/drakxtv2
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);