36 |
36 |
37 %start -u @l_susr@ |
37 %start -u @l_susr@ |
38 rcService honeyd enable yes || exit 0 |
38 rcService honeyd enable yes || exit 0 |
39 rcService honeyd active yes && exit 0 |
39 rcService honeyd active yes && exit 0 |
40 if [ ".$honeyd_if" != . ]; then |
40 if [ ".$honeyd_if" != . ]; then |
41 arpd_interface="-i $honeyd_if" |
41 honeyd_interface="-i $honeyd_if" |
42 fi |
42 fi |
43 @l_prefix@/bin/honeyd \ |
43 @l_prefix@/bin/honeyd \ |
44 -p $honeyd_prnfile \ |
44 -p $honeyd_prnfile \ |
45 -x $honeyd_xpbfile \ |
45 -x $honeyd_xpbfile \ |
46 -a $honeyd_assfile \ |
46 -a $honeyd_assfile \ |