From 52318649b6f977fa370b2624fd9519a778052ebb Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 24 Jan 2011 19:05:52 +0000 Subject: Move chroot man page to man8 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9449 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/coreutils.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'chapter06') diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 45ac5f1c3..4756dfeee 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -122,7 +122,9 @@ esac mv -v /usr/bin/{cat,chgrp,chmod,chown,cp,date,dd,df,echo} /bin mv -v /usr/bin/{false,ln,ls,mkdir,mknod,mv,pwd,rm} /bin mv -v /usr/bin/{rmdir,stty,sync,true,uname} /bin -mv -v /usr/bin/chroot /usr/sbin +mv -v /usr/bin/chroot /usr/sbin +mv -v /usr/share/man/man1/chroot.1 /usr/share/man/man8/chroot.8 +sed -i s/\"1\"/\"8\"/1 /usr/share/man/man8/chroot.8 Some of the scripts in the LFS-Bootscripts package depend on head, sleep, and -- cgit v1.2.3-54-g00ecf