diff options
author | Bill Nottingham <notting@redhat.com> | 2006-04-10 18:52:57 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2006-04-10 18:52:57 +0000 |
commit | 8d63b86b08ca3eb8445fa57766e662d6393f3a70 (patch) | |
tree | 6599931c09b18097c528ecd331dbead7777082b9 /udev | |
parent | 4889957e4c7de9be5960c02401b105d42ee4334a (diff) | |
download | initscripts-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.rules | 1 |
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" |