Arpwatch patch that replaces mail notification by log files

This commit is contained in:
Georgy Kovtunov
2012-02-04 12:08:49 +04:00
parent f2428b0676
commit 90a22a14fd
5 changed files with 307 additions and 0 deletions

View File

@ -0,0 +1,11 @@
# Config file for /etc/init.d/arpwatch
# see arpwatch.8 for more information
#IFACES="eth0 eth1"
IFACES="eth0"
# Additional options to pass to arpwatch.
OPTIONS="-N -p"
# Comment this line if you wish arpwatch to run as root user (not recommended)
ARPUSER="arpwatch"