From 7027613f60aaa4f60ad2735baa0a098af11ae896 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 8 Apr 2009 12:45:23 +0000 Subject: (set_media_auto_configurator,set_media_remover) kill them (now useless) --- perl-install/harddrake/data.pm | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'perl-install/harddrake') diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index e42b518bf..663dbbdd0 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -52,16 +52,6 @@ sub set_removable_configurator { is_removable($class) ? "/usr/sbin/diskdrake --removable=$device->{device}" : undef; } -sub set_media_auto_configurator { - my ($device) = @_; - is_auto_configurable_media($device) ? "/usr/sbin/drakupdate_fstab --auto --add $device->{device}" : (); -} - -sub set_media_remover { - my ($device) = @_; - is_auto_configurable_media($device) ? "/usr/sbin/drakupdate_fstab --del $device->{device}" : (); -} - my $modules_conf = modules::any_conf->read; # Format is (HW class ID, l18n class name, icon, config tool , is_to_be_detected_on_boot) -- cgit v1.2.1