| Summary: | pub/FreeBSD/doc/ja contains old documents | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Iwasa Kazmi <iwasa> |
| Component: | Books & Articles | Assignee: | 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
Responsible Changed From-To: freebsd-doc->rushani I would like to take care this PR. 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 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! |