| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
This was updated recently by https://github.com/pfsense/pfsense-packages/commit/fc65960f7eeaa45d5f0df1e57bb8868a80180fa0 but it just looks like the wrong place to add the quotes.
Please test before committing.
|
|
|
|
|
|
| |
- Replace http by https
- *.pfsense.com -> *.pfsense.org
- www.pfsense.org/packages/config -> packages.pfsense.org/packages/config
|
|
|
| |
An email address can be entered as "Florian Schäffler" <ruby@schf.de> . However, without the forced inverted commas, this one email address gets assumed as being two different parameters.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
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.
|
| |
|
|
|