- Timestamp:
- 08/03/10 11:33:34 (22 months ago)
- Children:
- cb5371333692435b9818b9043a26980e404202d1
- Parents:
- bcaa56a1aacfdd97e998a3a689c6505d9d498193
- git-committer:
- Neutron Soutmun <neo.neutron@…> (08/03/10 11:33:34)
- Files:
-
- 1 modified
-
tools/rahunas-firewall.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tools/rahunas-firewall.in
r6e30b68 r215b3eb 20 20 MAIN_EXT_IFACE_LIST=@localstatedir@/run/rahunas_ext_iface_list 21 21 SERVICECLASS_STATE=@localstatedir@/run/rahunas-serviceclass 22 FARPD_STATE=@localstatedir@/run/rahunas-farpd 22 23 23 24 RUN_DAEMON=no … … 782 783 echo -n "RahuNAS Fake ARP starting: " 783 784 $FARPD -i $fakearpd_iface $network 785 touch $FARPD_STATE 784 786 fi 785 787 fi 786 788 done 787 elif [ "$opt" = "stop" ] ; then789 elif [ "$opt" = "stop" ] && [ -f $FARPD_STATE ]; then 788 790 killall -9 $FARPD &> /dev/null 2>&1 791 rm -f $FARPD_STATE 789 792 fi 790 793 }
