diff options
author | Bill Nottingham <notting@redhat.com> | 2006-01-20 21:55:53 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2006-01-20 21:55:53 +0000 |
commit | cbf94e7107655151dc138e3e22e05afe3234d959 (patch) | |
tree | 76c7b0389f9e9913982d8cd9d79e116c20cedfb4 /udev | |
parent | b7e210969a9f0aedda2a7c1a29ec92618887d116 (diff) | |
download | initscripts-cbf94e7107655151dc138e3e22e05afe3234d959.tar initscripts-cbf94e7107655151dc138e3e22e05afe3234d959.tar.gz initscripts-cbf94e7107655151dc138e3e22e05afe3234d959.tar.bz2 initscripts-cbf94e7107655151dc138e3e22e05afe3234d959.tar.xz initscripts-cbf94e7107655151dc138e3e22e05afe3234d959.zip |
move hotplug handling here. add udev rules. obsolete hotplug.
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 new file mode 100644 index 00000000..ca0b3967 --- /dev/null +++ b/udev/rules.d/60-net.rules @@ -0,0 +1 @@ +SUBSYSTEM=="net", RUN+="/etc/sysconfig/network-scripts/net.hotplug" |