Bug 99711

Summary: pub/FreeBSD/doc/ja contains old documents
Product: Documentation Reporter: Iwasa Kazmi <iwasa>
Component: Books & ArticlesAssignee: Hideyuki KURASHINA <rushani>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Iwasa Kazmi 2006-07-02 11:30:16 UTC
On FreeBSD's ftp sites, /pub/FreeBSD/doc/ja is a directory
and seems to contain old documents.

I think "ja" should be an alias of the "ja_JP.eucJP".
"ja_JP.eucJP" seems to have newer documents.
Comment 1 Hideyuki KURASHINA freebsd_committer freebsd_triage 2006-07-17 14:06:56 UTC
Responsible Changed
From-To: freebsd-doc->rushani

I would like to take care this PR.
Comment 2 Hideyuki KURASHINA freebsd_committer freebsd_triage 2006-07-17 14:47:15 UTC
As Originator of docs/99711 said,

> >Description:
> On FreeBSD's ftp sites, /pub/FreeBSD/doc/ja is a directory
> and seems to contain old documents.
> 
> I think "ja" should be an alias of the "ja_JP.eucJP".
> "ja_JP.eucJP" seems to have newer documents.

former one is older than later one, indeed.

  % ncftpls -l ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/ | grep ja
  drwxrwxr-x    4 110      0             512 Apr 17  2003 ja
  drwxrwxr-x    4 110      0             512 Apr 19  2004 ja_JP.eucJP

but I'm not sure how to change ja/ directory to alias per reading
{doc,www}/share/mk/* ...

simon@ kindly notes those stale documents need to be removed
manualy from the FTP master site.

So, I would like to ask someone who can touch FTP master site to handle
this matter.

Best regards,

-- rushani
Comment 3 Hideyuki KURASHINA freebsd_committer freebsd_triage 2006-07-22 03:02:43 UTC
State Changed
From-To: open->closed

Now /pub/FreeBSD/doc/ja bocomes a symlink to /pub/FreeBSD/doc/ja_JP.eucJP 
directory. 

% ncftpls -l ftp://ftp.freebsd.org/pub/FreeBSD/doc/ | grep ja 
lrwxr-xr-x  1 1006  0    11 Jul 21 01:22 ja -> ja_JP.eucJP 
drwxr-xr-x  4 1006  0   512 May 21 13:17 ja_JP.eucJP 

Thanks for your submission!