%general-entities; ]> #! /bin/bash function copy { cp $1 $2 >>copyerrs 2>&1 } umask 002 install -d -m 775 -g lfswww && cd && rm -f *.patch copyerrs && chgrp lfswww *.patch && if [ `wc -l copyerrs | sed 's/ *//' | cut -f1 -d' '` -gt 0 ]; then mail -s "Missing CLFS patches" cross-lfs-dev@linuxfromscratch.org < copyerrs fi exit - copy /home/httpd/www.linuxfromscratch.org/patches/downloads/ / .