home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / udev / rules.d / 25-iftab.rules < prev    next >
Encoding:
Text File  |  2007-04-10  |  191 b   |  6 lines

  1. # This file causes network devices to be assigned consistent names.
  2. # See udev(7) for syntax.
  3.  
  4. SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", \
  5.                 PROGRAM="iftab_helper %k", NAME="$result"
  6.