Bug 134222

Summary: installation failure of japanese docs
Product: Documentation Reporter: TsurutaniNaoki
Component: Books & ArticlesAssignee: Ryusuke SUZUKI <ryusuke>
Status: Closed FIXED    
Severity: Affects Only Me CC: TsurutaniNaoki
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description TsurutaniNaoki 2009-05-05 07:40:00 UTC
	installation failure of japanese docs.

Fix: some files are removed by PR docs/115984,
	but some links to these files still exists.
	here is a patch:
How-To-Repeat: 	% cd /usr/doc
	% make install
	...
	/usr/share/man/ja/man8/catman.local.8.gz -> /usr/share/man/ja/man8/makewhatis.local.8.gz
	/usr/share/man/ja/man8/vnconfig.8.gz -> /usr/share/man/ja/man8/mdconfig.8.gz
	/usr/share/man/ja/man8/mount_devfs.8.gz -> /usr/share/man/ja/man8/mount_std.8.gz
	ln: /usr/share/man/ja/man8/mount_std.8.gz: No such file or directory
	*** Error code 1
	
	Stop in /usr/doc/ja_JP.eucJP/man/man8.
	*** Error code 1
	
	Stop in /usr/doc/ja_JP.eucJP/man.
	*** Error code 1
	
	Stop in /usr/doc/ja_JP.eucJP.
	*** Error code 1
	
	Stop in /usr/doc.
Comment 1 Ryusuke SUZUKI freebsd_committer freebsd_triage 2011-03-19 15:52:07 UTC
Responsible Changed
From-To: freebsd-doc->ryusuke

I'll take this.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-03-24 12:46:28 UTC
ryusuke     2011-03-24 12:46:18 UTC

  FreeBSD doc repository

  Modified files:
    ja_JP.eucJP/man/man8 Makefile 
  Log:
  Fix installation failure of mount_std.
  
  PR: docs/134222
  Submitted by: Tsurutani Naoki <turutani at scphys dot kyoto-u dot ac dot jp>
  
  Revision  Changes    Path
  1.76      +0 -4      doc/ja_JP.eucJP/man/man8/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Ryusuke SUZUKI freebsd_committer freebsd_triage 2011-03-24 12:53:28 UTC
State Changed
From-To: open->closed

Naoki-san, thanks for reporting and sorry for belated reply. 
I have committed your patch. Thanks!