summaryrefslogtreecommitdiffstats
path: root/www/mnogosearch
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-04-29 11:25:59 +0000
committerache <ache@FreeBSD.org>2001-04-29 11:25:59 +0000
commit03cf41aad5a552798881770ee1c58d5d3bffa664 (patch)
treeedcb1a679002ea36023054583daff872451b02f2 /www/mnogosearch
parentba9abfc62162dff8039b7c7ad9a5cf0fff66a484 (diff)
downloadFreeBSD-ports-03cf41aad5a552798881770ee1c58d5d3bffa664.zip
FreeBSD-ports-03cf41aad5a552798881770ee1c58d5d3bffa664.tar.gz
Delete ipfw rule on stop (commented out)
Diffstat (limited to 'www/mnogosearch')
-rw-r--r--www/mnogosearch/files/spelld.sh-dist2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mnogosearch/files/spelld.sh-dist b/www/mnogosearch/files/spelld.sh-dist
index e9f44ae..195b48d 100644
--- a/www/mnogosearch/files/spelld.sh-dist
+++ b/www/mnogosearch/files/spelld.sh-dist
@@ -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
OpenPOWER on IntegriCloud