From 9c9384ed985ba7da5debfa461253d782aa49de09 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 22 Aug 2005 11:58:03 +0000 Subject: make clear that KERNEL is a match in udev rule --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/any.pm b/perl-install/any.pm index 303f112f0..9038965ea 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -916,7 +916,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/20-$of.rules", qq(KERNEL="$if", SYMLINK="$of"\n)) + output_p("$::prefix/etc/udev/rules.d/20-$of.rules", qq(KERNEL=="$if", SYMLINK="$of"\n)) if $of !~ /mouse|dvd/ || $if =~ /^tty/; #- when creating a symlink on the system, use devfs name if devfs is mounted -- cgit v1.2.1