=================================================================== RCS file: /cvs/openbsd/fill_chroot/fix_ldconfig,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- openbsd/fill_chroot/fix_ldconfig 2005/12/21 18:04:06 1.1 +++ openbsd/fill_chroot/fix_ldconfig 2005/12/21 18:16:03 1.2 @@ -1,5 +1,5 @@ #!/bin/sh -# $RedRiver$ +# $RedRiver: fix_ldconfig,v 1.1 2005/12/21 18:04:06 andrew Exp $ CHROOT=${CHROOT:=/home/andrew/www} @@ -14,4 +14,3 @@ cp /sbin/ldconfig ${CHROOT}/bin chroot ${CHROOT} /bin/ldconfig /usr/local/lib rm -f ${CHROOT}/bin/ldconfig -