[BACK]Return to fill_chroot CVS log [TXT][DIR] Up to [local] / openbsd / fill_chroot

Diff for /openbsd/fill_chroot/fill_chroot between version 1.10 and 1.11

version 1.10, 2008/09/16 23:13:21 version 1.11, 2008/09/16 23:28:04
Line 1 
Line 1 
 #!/bin/sh  #!/bin/sh
 # $RedRiver: fill_chroot,v 1.9 2008/09/12 23:07:59 andrew Exp $  # $RedRiver: fill_chroot,v 1.10 2008/09/16 22:13:21 andrew Exp $
   
 CHROOT=${CHROOT:=/home/andrew/www}  CHROOT=${CHROOT:=/home/andrew/www}
 export CHROOT  export CHROOT
Line 66 
Line 66 
     pax -r -w -L -p e $d ${CHROOT}      pax -r -w -L -p e $d ${CHROOT}
 done  done
   
 echo Fixing ldconfig (/var/run/ld.so.hints)  echo Fixing ldconfig \(/var/run/ld.so.hints\)
 fix_ldconfig  fix_ldconfig

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>