aboutsummaryrefslogtreecommitdiffstats
path: root/udev
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2012-08-06 15:19:11 -0400
committerBill Nottingham <notting@redhat.com>2012-08-06 15:19:11 -0400
commit031a9ddaf6e25fb92959d5c1d7198a69c6ea6fbd (patch)
treeba228df88e4b1141a592d6108a3ca78c1b6dcb91 /udev
parentd85174edb7389f670705595804b48aee0278ed2f (diff)
downloadinitscripts-031a9ddaf6e25fb92959d5c1d7198a69c6ea6fbd.tar
initscripts-031a9ddaf6e25fb92959d5c1d7198a69c6ea6fbd.tar.gz
initscripts-031a9ddaf6e25fb92959d5c1d7198a69c6ea6fbd.tar.bz2
initscripts-031a9ddaf6e25fb92959d5c1d7198a69c6ea6fbd.tar.xz
initscripts-031a9ddaf6e25fb92959d5c1d7198a69c6ea6fbd.zip
Drop net.hotplug
Diffstat (limited to 'udev')
-rw-r--r--udev/rules.d/60-net.rules1
1 files changed, 0 insertions, 1 deletions
diff --git a/udev/rules.d/60-net.rules b/udev/rules.d/60-net.rules
index 718ad5d9..0e0507a1 100644
--- a/udev/rules.d/60-net.rules
+++ b/udev/rules.d/60-net.rules
@@ -1,2 +1 @@
ACTION=="add", SUBSYSTEM=="net", PROGRAM="/lib/udev/rename_device", RESULT=="?*", ENV{INTERFACE_NAME}="$result"
-SUBSYSTEM=="net", RUN+="/etc/sysconfig/network-scripts/net.hotplug"