=================================================================== RCS file: /cvs/openbsd/fill_chroot/fix_ldconfig,v retrieving revision 1.1 retrieving revision 1.3 diff -u -r1.1 -r1.3 --- openbsd/fill_chroot/fix_ldconfig 2005/12/21 18:04:06 1.1 +++ openbsd/fill_chroot/fix_ldconfig 2005/12/21 19:14:12 1.3 @@ -1,7 +1,7 @@ #!/bin/sh -# $RedRiver$ +# $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! @@ -14,4 +14,3 @@ cp /sbin/ldconfig ${CHROOT}/bin chroot ${CHROOT} /bin/ldconfig /usr/local/lib rm -f ${CHROOT}/bin/ldconfig -