diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2002-07-02 04:44:35 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2002-07-02 04:44:35 +0000 |
commit | 2f4048b50d4770265a83a69fd9437d06bb2bff67 (patch) | |
tree | b152492b29cefd7797022f2e96408617c0d4ad1c /www/mnogosearch31/files/spelld.sh-dist | |
parent | Update to 1.23.r9 (diff) |
Upgrade to 3.1.20
Notes
Notes:
svn path=/head/; revision=62306
Diffstat (limited to 'www/mnogosearch31/files/spelld.sh-dist')
-rw-r--r-- | www/mnogosearch31/files/spelld.sh-dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/mnogosearch31/files/spelld.sh-dist b/www/mnogosearch31/files/spelld.sh-dist index 1f10515ace47..7b9612b68bb5 100644 --- a/www/mnogosearch31/files/spelld.sh-dist +++ b/www/mnogosearch31/files/spelld.sh-dist @@ -11,6 +11,7 @@ start) if [ -x ${PREFIX}/sbin/spelld ]; then # Uncomment to disallow access from outside # /sbin/ipfw -q add 7001 deny tcp from any to any 7001 + rm -f /var/mnogosearch/spelld.pid su -f -m www -c "exec ${PREFIX}/sbin/spelld &" > /dev/null 2>&1 && echo -n ' spelld' fi ;; |