https://bugzilla.novell.com/show_bug.cgi?id=853384 https://bugzilla.novell.com/show_bug.cgi?id=853384#c7 --- Comment #7 from Boris Wesslowski <bw@inside-security.de> 2013-12-04 13:58:58 UTC --- ARPWATCH_ARGS is only for *additional* arguments The idea is that if you set ARPWATCH_INTERFACE="eth0 vlan4 vlan5 vlan25 vlan100" the following 5 processes should be startet with the following parameters: /usr/sbin/arpwatch -i eth0 -f /var/lib/arpwatch/arp.dat.eth0 /usr/sbin/arpwatch -i vlan4 -f /var/lib/arpwatch/arp.dat.vlan4 /usr/sbin/arpwatch -i vlan5 -f /var/lib/arpwatch/arp.dat.vlan5 /usr/sbin/arpwatch -i vlan25 -f /var/lib/arpwatch/arp.dat.vlan25 /usr/sbin/arpwatch -i vlan100 -f /var/lib/arpwatch/arp.dat.vlan100 Previous init scripts worked like this. I was thinking that instead of using /etc/sysconfig/arpwatch for ARPWATCH_INTERFACE, interfaces should be enabled for arpwatch like config files are enabled individually for openvpn by systemctl -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.