aboutsummaryrefslogtreecommitdiffstats
path: root/config/arpwatch.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config/arpwatch.xml')
-rw-r--r--config/arpwatch.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/arpwatch.xml b/config/arpwatch.xml
index bf163ad6..7c114c2e 100644
--- a/config/arpwatch.xml
+++ b/config/arpwatch.xml
@@ -75,12 +75,12 @@
<additional_files_needed>
<prefix>/usr/local/www/</prefix>
<chmod>a+rx</chmod>
- <item>http://www.pfsense.com/packages/config/arpwatch_reports.php</item>
+ <item>https://packages.pfsense.org/packages/config/arpwatch_reports.php</item>
</additional_files_needed>
<additional_files_needed>
<prefix>/usr/sbin/</prefix>
<chmod>a+rx</chmod>
- <item>http://www.pfsense.com/packages/config/sm.php</item>
+ <item>https://packages.pfsense.org/packages/config/sm.php</item>
</additional_files_needed>
<fields>
<field>
@@ -119,7 +119,7 @@
}
$int = convert_friendly_interface_to_real_interface_name($int);
$start = "touch {$log_file}\n";
- $start .= "/usr/local/sbin/arpwatch {$debug} -f {$log_file} {$mail} -i {$int} > /var/log/arpwatch.reports 2>&amp;1 &amp;";
+ $start .= "/usr/local/sbin/arpwatch {$debug} -f {$log_file} \"{$mail}\" -i {$int} > /var/log/arpwatch.reports 2>&amp;1 &amp;";
$stop = "/usr/bin/killall arpwatch";
write_rcfile(array(
"file" => "arpwatch.sh",