From bab08e3feb81eba166610fc3dfe9c7906548a5b8 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 29 Jul 2002 15:25:54 +0000 Subject: read and wrote /etc/modules.conf --- perl-install/standalone/drakxtv | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/standalone/drakxtv') 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); -- cgit v1.2.1