diff options
author | Bill Nottingham <notting@redhat.com> | 2006-03-17 16:57:59 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2006-03-17 16:57:59 +0000 |
commit | f67a0957391bbc5101063d407fffe7e50b48a314 (patch) | |
tree | 4dd247f6fab6f72bbb42855cdb9d8cd15f47b869 | |
parent | 4fc1aa45b7f26bf9eda11e80d6614fb96c9e7355 (diff) | |
download | initscripts-f67a0957391bbc5101063d407fffe7e50b48a314.tar initscripts-f67a0957391bbc5101063d407fffe7e50b48a314.tar.gz initscripts-f67a0957391bbc5101063d407fffe7e50b48a314.tar.bz2 initscripts-f67a0957391bbc5101063d407fffe7e50b48a314.tar.xz initscripts-f67a0957391bbc5101063d407fffe7e50b48a314.zip |
syntax!
-rw-r--r-- | udev/rules.d/60-net.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udev/rules.d/60-net.rules b/udev/rules.d/60-net.rules index 872c7eed..70857f06 100644 --- a/udev/rules.d/60-net.rules +++ b/udev/rules.d/60-net.rules @@ -1,2 +1,2 @@ -ACTION="add", SUBSYSTEM=="net", IMPORT{program}="/sbin/rename_device" +ACTION=="add", SUBSYSTEM=="net", IMPORT{program}="/sbin/rename_device" SUBSYSTEM=="net", RUN+="/etc/sysconfig/network-scripts/net.hotplug" |