aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-09 20:34:40 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-09 20:34:40 +0000
commitfd575068f2a18f39834eab6e6993afbed520605a (patch)
tree8ad98be6c4d93ce68369107575beaa602b91d61d
parentae713f06c76f0129e573357642fcca3f08a61eeb (diff)
downloadpfsense-packages-fd575068f2a18f39834eab6e6993afbed520605a.tar.gz
pfsense-packages-fd575068f2a18f39834eab6e6993afbed520605a.tar.bz2
pfsense-packages-fd575068f2a18f39834eab6e6993afbed520605a.zip
Correctly define arp watch interface
-rw-r--r--packages/arpwatch.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/arpwatch.xml b/packages/arpwatch.xml
index 2f0c3cb3..c53d3c6b 100644
--- a/packages/arpwatch.xml
+++ b/packages/arpwatch.xml
@@ -33,7 +33,7 @@
config_lock();
global $config;
$int = convert_friendly_interface_to_real_interface_name($config['installedpackages']['arpwatch']['config'][0]['interface']);
- $start = "/usr/local/sbin/arpwatch -d -i {$int} &amp;";
+ $start = "/usr/local/sbin/arpwatch -d -i {$_POST['$int']} &amp;";
$stop = "/usr/bin/killall arpwatch";
write_rcfile(array(
"file" => "arpwatch.sh",