aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2005-12-07 10:46:20 +0000
committerHiroki Sato <hrs@FreeBSD.org>2005-12-07 10:46:20 +0000
commitfcd17611d6b375d48b45c9050eee38d1e4641648 (patch)
treef6e34e6fe82960a4a1d9d916db87da356b8ec1e3 /UPDATING
parentaf88454ee247a028bee170241b5794bf9ec6f09d (diff)
downloadports-fcd17611d6b375d48b45c9050eee38d1e4641648.tar.gz
ports-fcd17611d6b375d48b45c9050eee38d1e4641648.zip
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 0e87f48f4604..069df56e5faf 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,20 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20051207:
+ AFFECTS: users of {japanese,chinese,korean}/FreeWnn-*
+ AUTHOR: hrs@FreeBSD.org
+
+ {ja,zh,ko}-FreeWnn-server now use the new rc.subr(8) framework
+ for their startup script. Note that to invoke each Wnn daemon at
+ boot time you have to set the following variables in rc.conf(5)
+ respectively:
+
+ wnn_enable
+ kwnn_enable
+ twnn_enable
+ cwnn_enable
+
20051203:
AFFECTS: users of www/apache2
AUTHOR: clement@FreeBSD.org