Missing braces in udev configuration (page 335)
More...Reported on: 2005-07-26
In chapter 6. Debian system administration on page 335:
The /etc/udev/rules.d/local-netifaces file in the last example in the subsection "Renaming network devices" in section 6.7.1 fell prey to LaTeX. Instead of SYSFSaddress, it should say SYSFS{address}. The example thus becomes:
~# grep lan /etc/udev/rules.d/local-netifaces
KERNEL="eth*", SYSFS{address}="00:00:de:ad:be:ef", NAME="lan"