=================================================================== RCS file: /cvs/openbsd/fill_chroot/fix_ldconfig,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- openbsd/fill_chroot/fix_ldconfig 2005/12/21 18:16:03 1.2 +++ openbsd/fill_chroot/fix_ldconfig 2005/12/21 19:14:12 1.3 @@ -1,7 +1,7 @@ #!/bin/sh -# $RedRiver: fix_ldconfig,v 1.1 2005/12/21 18:04:06 andrew Exp $ +# $RedRiver: fix_ldconfig,v 1.2 2005/12/21 18:16:03 andrew Exp $ -CHROOT=${CHROOT:=/home/andrew/www} +CHROOT=${CHROOT:=/var/www} if [ ${CHROOT}"X" == "X" ]; then echo No CHROOT Specified!