ebuild: net-analyzer/arpwatch-2.1.15-r4 * In /etc/conf.d/arpwatch there is a variable called 'IFACES' while the corresponding variable in /etc/init.d/arpwatch is named 'IFACE'. workaround: * Renamed variable /etc/conf.d/arpwatch 'IFACES' to /etc/conf.d/arpwatch 'IFACE'. Reproducible: Always Steps to Reproduce: 1.ACCEPT_KEYWORDS=~x86 emerge net-analyzer/arpwatch 2.Check variables mentioned in 'Description'. 3. Actual Results: as per 'Description'.
Thanks for the report, but there is no bug in it since IFACES may contain several interfaces. IFACE is only a local variable which you don't want to modify. See: start() { for IFACE in ${IFACES} do (stuff...) done } at home i use IFACES="eth0 eth1 eth2" in /etc/conf.d/arpwatch Closing as Invalid, feel free to reopen if you disagree
*** Bug 174900 has been marked as a duplicate of this bug. ***