aboutsummaryrefslogtreecommitdiffstats
path: root/udev
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2006-03-17 17:02:05 +0000
committerBill Nottingham <notting@redhat.com>2006-03-17 17:02:05 +0000
commit515dfdb92d9c54043c641361d906f9a5c410e323 (patch)
tree664914bbc3fe771d89f240fa81c2e5e021bd7d01 /udev
parentf67a0957391bbc5101063d407fffe7e50b48a314 (diff)
downloadinitscripts-515dfdb92d9c54043c641361d906f9a5c410e323.tar
initscripts-515dfdb92d9c54043c641361d906f9a5c410e323.tar.gz
initscripts-515dfdb92d9c54043c641361d906f9a5c410e323.tar.bz2
initscripts-515dfdb92d9c54043c641361d906f9a5c410e323.tar.xz
initscripts-515dfdb92d9c54043c641361d906f9a5c410e323.zip
actually, if it's an implementation detail, shove it in /lib/udev
Diffstat (limited to 'udev')
-rw-r--r--udev/rules.d/60-net.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/udev/rules.d/60-net.rules b/udev/rules.d/60-net.rules
index 70857f06..e023edad 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}="/lib/udev/rename_device"
SUBSYSTEM=="net", RUN+="/etc/sysconfig/network-scripts/net.hotplug"