aboutsummaryrefslogtreecommitdiffstats
path: root/config/arpwatch_reports.php
diff options
context:
space:
mode:
authorJim P <jim@pingle.org>2012-08-24 05:52:56 -0700
committerJim P <jim@pingle.org>2012-08-24 05:52:56 -0700
commite89115887c927e49bf0bc0814b823a74663f4a80 (patch)
tree7a5775983c53d36e782ac0a7f6c9bead4703b2ea /config/arpwatch_reports.php
parent41d16b6cd9e6a4fe4b8a2a811e4f53b35fa61784 (diff)
parent5f9d501f8f823902de7b5d0e05790b17e58410ec (diff)
downloadpfsense-packages-e89115887c927e49bf0bc0814b823a74663f4a80.tar.gz
pfsense-packages-e89115887c927e49bf0bc0814b823a74663f4a80.tar.bz2
pfsense-packages-e89115887c927e49bf0bc0814b823a74663f4a80.zip
Merge pull request #313 from phildd/master
arpwatch fixes from forum and for 2.1
Diffstat (limited to 'config/arpwatch_reports.php')
-rwxr-xr-xconfig/arpwatch_reports.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/arpwatch_reports.php b/config/arpwatch_reports.php
index 1bdb5233..d66b1a46 100755
--- a/config/arpwatch_reports.php
+++ b/config/arpwatch_reports.php
@@ -3,7 +3,7 @@
/*
$Id$
- diag_logs.php
+ arpwatch_reports.php
Copyright (C) 2005 Colin Smith
All rights reserved.
@@ -31,7 +31,7 @@
require("guiconfig.inc");
-$logfile = "/usr/local/arpwatch/arp.dat";
+$logfile = "/var/log/arp.dat";
if ($_POST['clear']) {
stop_service("arpwatch");