=================================================================== RCS file: /cvs/openbsd/fill_chroot/fill_chroot,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- openbsd/fill_chroot/fill_chroot 2010/01/11 21:16:33 1.16 +++ openbsd/fill_chroot/fill_chroot 2011/08/09 01:10:16 1.17 @@ -1,5 +1,5 @@ #!/bin/sh -# $RedRiver: fill_chroot,v 1.15 2009/05/11 21:07:35 andrew Exp $ +# $RedRiver: fill_chroot,v 1.16 2010/01/11 21:16:33 andrew Exp $ CHROOT=${CHROOT:=/home/andrew/www} CHROOT=`echo $CHROOT | sed -e 's,/*$,,'` @@ -7,6 +7,7 @@ _find="-type f -a (" _find="${_find} -name *.so.* -o -name *.so" +_find="${_find} -o -path '*/usr/bin' -o -path '*/usr/sbin'" echo Installing Directory Structure install -d -m 1750 -o www -g bin ${CHROOT}/tmp