summaryrefslogtreecommitdiff
path: root/www/mnogosearch
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-04-29 11:25:59 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-04-29 11:25:59 +0000
commit644ca3887a5c2bcb457c2da052b9d8a7558903fe (patch)
tree37a5209a5542443374edd1455d9ff6bfe9eb5fc5 /www/mnogosearch
parentAdd pkgconfig 0.5.0, an utility used to retrieve information about (diff)
Delete ipfw rule on stop (commented out)
Notes
Notes: svn path=/head/; revision=42027
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 e9f44ae6bf7d..195b48d410db 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