diff options
author | hrs <hrs@FreeBSD.org> | 2008-11-08 13:43:16 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2008-11-08 13:43:16 +0800 |
commit | 215846d595d272696d9084f4f3d7c259694ad308 (patch) | |
tree | e3175567139d5a52d7c8a066c08a8aa9c848ba51 /UPDATING | |
parent | 02673fdf97157b6aec34a692c42b7dc1c14f9082 (diff) | |
download | freebsd-ports-graphics-215846d595d272696d9084f4f3d7c259694ad308.tar.gz freebsd-ports-graphics-215846d595d272696d9084f4f3d7c259694ad308.tar.zst freebsd-ports-graphics-215846d595d272696d9084f4f3d7c259694ad308.zip |
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.
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 |