diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 27cef508a..37ba0b516 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,19 @@ --> + + 2009-09-29 + + + [matthew] Install psmisc's binaries in + /usr/bin instead of + /bin as they are only + called whilst /usr is mounted. + Fixes #2469. + + + + 2009-09-25 diff --git a/chapter06/psmisc.xml b/chapter06/psmisc.xml index 35e4b68d3..5178f9708 100644 --- a/chapter06/psmisc.xml +++ b/chapter06/psmisc.xml @@ -43,23 +43,7 @@ Prepare Psmisc for compilation: -./configure --prefix=/usr --exec-prefix="" - - - The meaning of the configure options: - - - --exec-prefix="" - - This ensures that the Psmisc binaries will install into - /bin instead of /usr/bin. This is the correct location - according to the FHS, because some of the Psmisc binaries are used - by the LFS-Bootscripts package. - - - - +./configure --prefix=/usr Compile the package: @@ -71,13 +55,6 @@ make install - There is no reason for the pstree and - pstree.x11 programs to reside in /bin. Therefore, move them to /usr/bin: - -mv -v /bin/pstree* /usr/bin - By default, Psmisc's pidof program is not installed. This usually is not a problem because it is installed later in the Sysvinit package, which provides a better diff --git a/general.ent b/general.ent index af4346846..8b61419fa 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ - - + +