diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2009-01-02 11:49:48 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2009-01-02 11:49:48 +0000 |
commit | e85df6113a64656fbd5f94bdd388cc06597bb682 (patch) | |
tree | a8c31d36d8f8b932d3a31faca0c30f9f2cf32518 /japanese/FreeWnn-lib/files | |
parent | - Update to 0.9.27 (diff) |
- Enable IPv6 support.
- Add multiple "listenaddr" support. The jserverrc now
understands the following statements:
listenaddr 127.0.0.1
listenaddr ::1
The option "-a <listenaddr>" can also be specified more than
once. Currently the maximum number of listen addresses is 256.
- SIGINT is no longer hooked when the -D (not daemonize,
primarily for debugging) flag is specified.
- Add --unix, long opt counterpart of -u.
Diffstat (limited to 'japanese/FreeWnn-lib/files')
-rw-r--r-- | japanese/FreeWnn-lib/files/patch-Wnn-jd-jserverrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/FreeWnn-lib/files/patch-Wnn-jd-jserverrc b/japanese/FreeWnn-lib/files/patch-Wnn-jd-jserverrc index a690aa99e24b..2774feee635c 100644 --- a/japanese/FreeWnn-lib/files/patch-Wnn-jd-jserverrc +++ b/japanese/FreeWnn-lib/files/patch-Wnn-jd-jserverrc @@ -1,10 +1,11 @@ --- Wnn/jd/jserverrc.orig 2008-10-30 15:41:31.000000000 +0900 +++ Wnn/jd/jserverrc 2008-10-30 15:41:47.000000000 +0900 -@@ -29,6 +29,8 @@ +@@ -29,6 +29,9 @@ ; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ; +listenaddr 127.0.0.1 ++listenaddr ::1 + max_client 64 jserver_dir @LIBDIR/@LANG/dic |