Bug 6134 - man should be installed in /bin
Summary: man should be installed in /bin
Status: RESOLVED FIXED
Alias: None
Product: Busybox
Classification: Unclassified
Component: Standard Compliance (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 minor
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-26 23:01 UTC by olivier.antheaume
Modified: 2013-03-27 13:32 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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