diff options
Diffstat (limited to 'www/mnoGoSearch-current')
-rw-r--r-- | www/mnoGoSearch-current/files/spelld.sh-dist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mnoGoSearch-current/files/spelld.sh-dist b/www/mnoGoSearch-current/files/spelld.sh-dist index e9f44ae6bf7d..195b48d410db 100644 --- a/www/mnoGoSearch-current/files/spelld.sh-dist +++ b/www/mnoGoSearch-current/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 |