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:
parent
4edf9758c2
commit
644ca3887a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42027
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user