From 786dc06dcee37d35ef89a23069716c5b7cbcf707 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 31 Jul 2005 08:02:52 +0000 Subject: (devfssymlinkf) do not write rules conflicting with udev ones (blacklist dvd and mouse, only accepting modem for now) --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index 1cd0f4e7a..e18dba09a 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -918,7 +918,7 @@ UNREGISTER ^$devfs_if\$ CFUNCTION GLOBAL unlink $of UNREGISTER ^$devfs_if\$ CFUNCTION GLOBAL unlink $if ") if $devfs_if ne $if && $if !~ /^hd[a-z]/ && $if !~ /^sr/ && $if !~ /^sd[a-z]/; - output_p("$::prefix/etc/udev/rules.d/$of.rules", qq(KERNEL="$if", SYMLINK="$of"\n)); + output_p("$::prefix/etc/udev/rules.d/$of.rules", qq(KERNEL="$if", SYMLINK="$of"\n)) if $of =~ /mouse|dvd/; #- when creating a symlink on the system, use devfs name if devfs is mounted symlinkf($devfs_if, "$::prefix/dev/$if") if $devfs_if ne $if && detect_devices::dev_is_devfs(); -- cgit v1.2.1