From 656b70319b462e77711438af83ba5f7aa56748f7 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 11 Sep 2007 23:07:48 +0000 Subject: drop snd-usb-audio blacklist, now done with a modprobe.d file --- perl-install/standalone/service_harddrake | 7 ------- perl-install/standalone/service_harddrake.sh | 1 - 2 files changed, 8 deletions(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake index 3f3ba8517..7dde81a78 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -18,13 +18,6 @@ use Storable qw(store retrieve); my $force = member('--force', @ARGV); -my $mode = $ARGV[0] eq 'stop' && 'stop'; - -if ($mode eq 'stop') { - append_to_file('/etc/modprobe.conf', "blacklist audio\nblacklist snd-usb-audio\n") if cat_('/etc/modprobe.conf') !~ /^blacklist snd-usb-audio/m; - c::_exit(0); -} - my $invert_do_it = $ARGV[0] eq 'X11' ? 1 : 0; my ($hw_sysconfdir, $timeout) = ("/etc/sysconfig/harddrake2", $invert_do_it ? 600 : 25); my $last_boot_config = "$hw_sysconfdir/previous_hw"; diff --git a/perl-install/standalone/service_harddrake.sh b/perl-install/standalone/service_harddrake.sh index efc7313ef..e1c439e95 100755 --- a/perl-install/standalone/service_harddrake.sh +++ b/perl-install/standalone/service_harddrake.sh @@ -53,7 +53,6 @@ case "$1" in stop) # dummy rm -f $SUBSYS - action "Stopping %s" harddrake /usr/share/harddrake/service_harddrake stop 2>/dev/null ;; *) gprintf "Usage: %s {start|stop}\n" "$0" -- cgit v1.2.1