Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Apr 1997 23:15:50 +0900 (JST)
From:      mita@jp.FreeBSD.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/3394: jp-Wnn-4.2 fails to make personal dictionary
Message-ID:  <199704271415.XAA07531@hanpen.fujita3.iis.u-tokyo.ac.jp>
Resent-Message-ID: <199704271410.HAA12820@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         3394
>Category:       ports
>Synopsis:       jp-Wnn-4.2 fails to make personal dictionary
>Confidential:   no
>Severity:       critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 27 07:10:00 PDT 1997
>Last-Modified:
>Originator:     MITA Yoshio
>Organization:
IIS, the University of TOKYO
>Release:        FreeBSD 2.2.1-RELEASE i386
>Environment:

2.2.1-RELEASE

>Description:

jserver in jp-Wnn-4.2 port fails to create directories for personal
dictionaries under %D/lib/wnn/ja_JP/dic/usr.

This is because the owner of the directory is root, and 
user wnn wants to create subdirectories under it.

>How-To-Repeat:


>Fix:
	
Apply this patch please.

diff -rcN japanese/Wnn.orig/pkg/PLIST japanese/Wnn/pkg/PLIST
*** japanese/Wnn.orig/pkg/PLIST	Thu Mar  6 15:55:27 1997
--- japanese/Wnn/pkg/PLIST	Sun Apr 27 23:02:32 1997
***************
*** 1,5 ****
--- 1,6 ----
  @cwd /usr/local
  @exec mkdir -p %D/lib/wnn/ja_JP/dic/usr
+ @exec chown wnn %D/lib/wnn/ja_JP/dic/usr
  lib/wnn/ja_JP/dic/pubdic/bio.dic
  lib/wnn/ja_JP/dic/pubdic/chimei.dic
  lib/wnn/ja_JP/dic/pubdic/computer.dic
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704271415.XAA07531>