aboutsummaryrefslogtreecommitdiffstats
path: root/config/arpwatch.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fix arpwatch so selected interface happens first timephildd2012-08-241-1/+5
| | | | | See: http://forum.pfsense.org/index.php/topic,51007.0.html After selecting an interface for arpwatch, the first time you "save" the selection is written to the config file, but arpwatch.sh gets written with the previous value. arpwatch starts on some other interface. You have to press save twice. This fixes the problem - code as per the forum suggestion and it works nicely for me.
* Make arpwatch work on 21 and nanobsdphildd2012-08-241-6/+8
| | | | | On 2.1 arpwatch was putting its log file (arp.dat) into a "pbi" folder where it was installed. arpwatch_reports.php didn't know anything about that, so didn't find it. On nanobsd the usr pbi location is RO anyway. So, arp.dat moved to /var/log Some code added to touch the file from rc.d/arpwatch.sh - arpwatch complains if the file does not exist when it starts.
* touch up arpwatchChris Buechler2011-01-231-4/+3
|
* mv packages to config dir to match web layoutBill Marquette2009-02-061-0/+116