From bd046906c20f915982e46b06f0c5d4f2901cf538 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 23 Aug 2005 15:47:17 +0000 Subject: don't write /etc/udev/conf.d/mouse.conf, udev now handles it using /etc/sysconfig/mouse --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/any.pm b/perl-install/any.pm index 5f0512d11..f761cbc38 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -919,7 +919,7 @@ UNREGISTER ^$devfs_if\$ CFUNCTION GLOBAL unlink $if #- add a specific udev script, we can't do it with a udev rule, #- eg, ttySL0 is a symlink output_with_perm("$::prefix/etc/udev/conf.d/$of.conf", 0755, "ln -sf $if /dev/$of\n") - if $of !~ /dvd/; + if $of !~ /dvd|mouse/; #- 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