Mon, 17 Sep 2012 19:12:11 +0200
Correct variable written arpd_interface instead of honeyd_interface.
honeyd/rc.honeyd | file | annotate | diff | comparison | revisions |
1.1 --- a/honeyd/rc.honeyd Mon Sep 17 19:10:49 2012 +0200 1.2 +++ b/honeyd/rc.honeyd Mon Sep 17 19:12:11 2012 +0200 1.3 @@ -38,7 +38,7 @@ 1.4 rcService honeyd enable yes || exit 0 1.5 rcService honeyd active yes && exit 0 1.6 if [ ".$honeyd_if" != . ]; then 1.7 - arpd_interface="-i $honeyd_if" 1.8 + honeyd_interface="-i $honeyd_if" 1.9 fi 1.10 @l_prefix@/bin/honeyd \ 1.11 -p $honeyd_prnfile \