summaryrefslogtreecommitdiffstats
path: root/extra/arpwatch/arpwatch.confd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-03-20 08:13:31 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-03-20 08:13:31 +0000
commit6277138938cfe1935fb6d189e19860874d9fb903 (patch)
tree39ad3d95d9278dbbde34a1b695abb93353550362 /extra/arpwatch/arpwatch.confd
parent399d63b082b5275f4b1ddca2670b5525de31110e (diff)
parent7598c40207fc8061cf25872b7624cec261cad6c4 (diff)
downloadaports-6277138938cfe1935fb6d189e19860874d9fb903.tar.bz2
aports-6277138938cfe1935fb6d189e19860874d9fb903.tar.xz
Merge remote branch 'ms13sp/master'
Diffstat (limited to 'extra/arpwatch/arpwatch.confd')
-rw-r--r--extra/arpwatch/arpwatch.confd12
1 files changed, 12 insertions, 0 deletions
diff --git a/extra/arpwatch/arpwatch.confd b/extra/arpwatch/arpwatch.confd
new file mode 100644
index 00000000..f44221aa
--- /dev/null
+++ b/extra/arpwatch/arpwatch.confd
@@ -0,0 +1,12 @@
+# 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"
+