diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-04-29 11:25:59 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-04-29 11:25:59 +0000 |
commit | 644ca3887a5c2bcb457c2da052b9d8a7558903fe (patch) | |
tree | 37a5209a5542443374edd1455d9ff6bfe9eb5fc5 /www/mnogosearch | |
parent | 4edf9758c2c887fe40cfffab645a734f20fa088f (diff) |
Notes
Diffstat (limited to 'www/mnogosearch')
-rw-r--r-- | www/mnogosearch/files/spelld.sh-dist | 2 |
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 |