From fc65960f7eeaa45d5f0df1e57bb8868a80180fa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Sch=C3=A4ffler?= Date: Tue, 25 Feb 2014 21:51:53 +0100 Subject: Update arpwatch.xml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit An email address can be entered as "Florian Schäffler" . However, without the forced inverted commas, this one email address gets assumed as being two different parameters. --- config/arpwatch.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/arpwatch.xml') diff --git a/config/arpwatch.xml b/config/arpwatch.xml index bf163ad6..7f2e72ef 100644 --- a/config/arpwatch.xml +++ b/config/arpwatch.xml @@ -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>&1 &"; + $start .= "/usr/local/sbin/arpwatch {$debug} -f {$log_file} \"{$mail}\" -i {$int} > /var/log/arpwatch.reports 2>&1 &"; $stop = "/usr/bin/killall arpwatch"; write_rcfile(array( "file" => "arpwatch.sh", -- cgit v1.2.3