source: udev/contrib/network/rules @ 615dd64

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 615dd64 was 615dd64, checked in by Jim Gifford <clfs@…>, 18 years ago

r1030@server (orig r1028): jim | 2006-01-08 22:41:24 -0800

r1326@server: jim | 2006-01-08 22:41:02 -0800
Added: network helper


  • Property mode set to 100644
File size: 216 bytes
Line 
1# Run network stuff when the network device is loaded
2ACTION=="add", SUBSYSTEM=="net", ENV{INTERFACE}=="*", RUN+="network_helper.sh"
3ACTION=="remove", SUBSYSTEM=="net", ENV{INTERFACE}=="*", RUN+="network_helper.sh"
4
Note: See TracBrowser for help on using the repository browser.