=================================================================== RCS file: /cvs/openbsd/fill_chroot/fill_chroot,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- openbsd/fill_chroot/fill_chroot 2009/05/11 22:07:35 1.15 +++ openbsd/fill_chroot/fill_chroot 2010/01/11 21:16:33 1.16 @@ -1,5 +1,5 @@ #!/bin/sh -# $RedRiver: fill_chroot,v 1.14 2008/10/21 19:10:35 andrew Exp $ +# $RedRiver: fill_chroot,v 1.15 2009/05/11 21:07:35 andrew Exp $ CHROOT=${CHROOT:=/home/andrew/www} CHROOT=`echo $CHROOT | sed -e 's,/*$,,'` @@ -76,6 +76,15 @@ done _find="${_find} -o -name speedy*" +fi + +if [ -e ${CHROOT}/usr/bin/cvs ]; then + _f=/usr/bin/cvs + echo Installing cvs + echo pax -r -w -L -p e $_f ${CHROOT} + pax -r -w -L -p e $_f ${CHROOT} + + _find="${_find} -o -name cvs" fi _find="${_find} )"