diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2008-11-08 05:43:16 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2008-11-08 05:43:16 +0000 |
commit | c95ad0290ba9ba98e5f95cfe4eb39dc06a23791a (patch) | |
tree | d69441f1a9364e645458886bd4e52db7f0157a6d /UPDATING | |
parent | 6c903d6cc3329ee9a314e98130af0d60a0285907 (diff) |
Add unix domain socket support for Wnn backend and use it by
default. If $[CJKT]SERVER environment variable is defined, the
value is used as the server host name. In JSERVER case, for
example, the server name is determined in the following way:
$JSERVER --(if null)--> wnn-jserver --(if null)--> "unix"
If the server host name is null or matches "^unix$", unix
domain socket is used. The path name of the socket can be
specified in wnn-[cjkt]udpath custom variable.
Notes
Notes:
svn path=/head/; revision=222529
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -6,6 +6,22 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20081108: + AFFECTS: users of editors/tamago + AUTHOR: hrs@FreeBSD.org + + The Wnn backend of editors/tamago port now uses unix domain socket + to communicate the server by default. If $[CJKT]SERVER environment + variable is defined, the value is used as the server host name. In + JSERVER case, for example, the server name is determined in the + following way: + + $JSERVER --(if null)--> wnn-jserver --(if null)--> "unix" + + If the server host name is null or matches "^unix$", unix domain + socket is used. The path name of the socket can be specified in + wnn-[cjkt]udpath custom variable. + 20081105: AFFECTS: users of french/pluxm-devel AUTHOR: jadawin@FreeBSD.org |