aboutsummaryrefslogtreecommitdiffstats
path: root/udev
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2006-04-10 18:52:57 +0000
committerBill Nottingham <notting@redhat.com>2006-04-10 18:52:57 +0000
commit8d63b86b08ca3eb8445fa57766e662d6393f3a70 (patch)
tree6599931c09b18097c528ecd331dbead7777082b9 /udev
parent4889957e4c7de9be5960c02401b105d42ee4334a (diff)
downloadinitscripts-8d63b86b08ca3eb8445fa57766e662d6393f3a70.tar
initscripts-8d63b86b08ca3eb8445fa57766e662d6393f3a70.tar.gz
initscripts-8d63b86b08ca3eb8445fa57766e662d6393f3a70.tar.bz2
initscripts-8d63b86b08ca3eb8445fa57766e662d6393f3a70.tar.xz
initscripts-8d63b86b08ca3eb8445fa57766e662d6393f3a70.zip
apply changes from FC5 branch - automatically rename devices on startup
Diffstat (limited to 'udev')
-rw-r--r--udev/rules.d/60-net.rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/udev/rules.d/60-net.rules b/udev/rules.d/60-net.rules
index ca0b3967..e023edad 100644
--- a/udev/rules.d/60-net.rules
+++ b/udev/rules.d/60-net.rules
@@ -1 +1,2 @@
+ACTION=="add", SUBSYSTEM=="net", IMPORT{program}="/lib/udev/rename_device"
SUBSYSTEM=="net", RUN+="/etc/sysconfig/network-scripts/net.hotplug"