network: removed bogus udev rules
authorHarald Hoyer <harald@redhat.com>
Fri, 16 Apr 2010 14:40:59 +0000 (16:40 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 16 Apr 2010 15:59:48 +0000 (17:59 +0200)
modules.d/40network/ifname-genrules.sh

index 547f230..5186e91 100755 (executable)
@@ -2,8 +2,6 @@
 
 # if there are no ifname parameters, just use NAME=KERNEL
 if ! getarg ifname= >/dev/null ; then
-    echo 'SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="?*", ATTR{type}=="1", NAME="%k"' \
-        > /etc/udev/rules.d/50-ifname.rules
     return
 fi