network: removed bogus udev rules

master
Harald Hoyer 2010-04-16 16:40:59 +02:00
parent 7f00669875
commit 400723054c
1 changed files with 0 additions and 2 deletions

View File

@ -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