Bug 6134

Summary: man should be installed in /bin
Product: Busybox Reporter: olivier.antheaume
Component: Standard ComplianceAssignee: unassigned
Status: RESOLVED FIXED    
Severity: minor CC: busybox-cvs, olivier.antheaume
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:

Description olivier.antheaume 2013-03-26 23:01:14 UTC
Application 'man' is installed into /sbin whereas it should be into /bin.

Otherwise, only root can display man pages.


This has been seen in Busybox version 1.20.1.
Comment 1 Denys Vlasenko 2013-03-27 13:32:05 UTC
Fixed in git:

commit 80a38ca11c3c9e0fdef07ad3fc908aa54afb4386
Author: Denys Vlasenko <vda.linux@googlemail.com>
Date:   Wed Mar 27 14:30:18 2013 +0100

    man: install to /usr/bin, not /sbin