Edit report at http://bugs.php.net/bug.php?id=52476&edit=1
ID: 52476 Updated by: f...@php.net Reported by: geiss...@php.net Summary: php-fpm is installed in /usr/sbin -Status: Assigned +Status: Closed Type: Bug Package: FPM related Operating System: Irrelevant PHP Version: 5.3.3 Assigned To: fat Block user comment: N New Comment: This bug has been fixed in SVN. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2010-07-30 00:07:02] f...@php.net Automatic comment from SVN on behalf of fat Revision: http://svn.php.net/viewvc/?view=revision&revision=301705 Log: - Fixed bug #52476 (move php-fpm man page from section 1 to section 8) ------------------------------------------------------------------------ [2010-07-29 01:07:52] f...@php.net php-fpm binary is a daemon not a standard command. As man hier described /usr/bin and /usr/sbin directory, php-fpm place is under /usr/sbin. /usr/bin This is the primary directory for executable programs. Most programs executed by normal users which are not needed for booting or for repairing the system and which are not installed locally should be placed in this directory. /usr/sbin This directory contains program binaries for system administration which are not essential for the boot process, for mounting /usr, or for system repair. Saying that, you're right that the man file is not at the right place. It should be placed in section 8 and not in section 1. As man(7) says: 1 Commands Those commands that can be executed by the user from within a shell. 8 System management commands Commands like mount(8), many of which only root can execute. I'll move the man page from section 1 to section 8. ------------------------------------------------------------------------ [2010-07-28 23:47:39] geiss...@php.net Description: ------------ The php-fpm binary is installed in /usr/sbin when the man page is section 1. I don't see any reason (other than multi-user support and the like) that makes it fit better in sbin instead of just bin. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=52476&edit=1