Hi.
I am building the current svn version of LFS (20081031). The shadow-4.1.2.1 
package wants to install the passwd.5 and getspnam.3 man pages, already 
installed by the man-pages-3.11 package.
What man pages are better? If we prefer the version of the man-pages-3.11 
package, we can use commands like used to prevent the instalation of the 
groups man page. Something like this:

find man -name Makefile.in -exec sed -i 's/getspnam\.3 / /' {} \;
find man -name Makefile.in -exec sed -i 's/passwd\.5 / /' {} \;

What do you think about?
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to