With some use, I've found I need to make a slight update to my
"easy chroot" patch.  I think this bug report will stay most
readable if I just give the one line I'm updating rather than
resubmit the whole patch anew.

This added line:

            test -f "$file" && cp -p "$file" "$CHROOT/$file"

should be instead:

            test -f "$file" && cp -pu "$file" "$CHROOT/$file"

That is, the "cp" command also needs the "-u" flag.  Otherwise it
complains when copying over /bin/sh when the old /bin/sh is still
running.  As an added bonus, this change also saves unnecessary
copying.

 < Stephen



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to