1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Delete ipfw rule on stop (commented out)

This commit is contained in:
Andrey A. Chernov 2001-04-29 11:25:59 +00:00
parent 4edf9758c2
commit 644ca3887a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42027
3 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,8 @@ start)
;;
stop)
killall spelld && echo -n ' spelld'
# Uncomment to disallow access from outside
# /sbin/ipfw -q delete 7001
;;
*)
echo "Usage: `basename $0` {start|stop}" >&2

View File

@ -15,6 +15,8 @@ start)
;;
stop)
killall spelld && echo -n ' spelld'
# Uncomment to disallow access from outside
# /sbin/ipfw -q delete 7001
;;
*)
echo "Usage: `basename $0` {start|stop}" >&2

View File

@ -15,6 +15,8 @@ start)
;;
stop)
killall spelld && echo -n ' spelld'
# Uncomment to disallow access from outside
# /sbin/ipfw -q delete 7001
;;
*)
echo "Usage: `basename $0` {start|stop}" >&2