source: projects/initscripts/tags/initscripts-8.91.3/udev/rules.d/60-net.rules @ 1108

Revision 1108, 283 bytes checked in by daisuke, 14 years ago (diff)

import initscripts-8.90.6 from internal cvs repository

Line 
1ACTION=="add", SUBSYSTEM=="net", DEVPATH=="/devices/virtual/net/lo", RUN+="/sbin/ifup $env{INTERFACE}"
2ACTION=="add", SUBSYSTEM=="net", PROGRAM="/lib/udev/rename_device", RESULT=="?*", ENV{INTERFACE_NAME}="$result"
3SUBSYSTEM=="net", RUN+="/etc/sysconfig/network-scripts/net.hotplug"
Note: See TracBrowser for help on using the repository browser.