DJ Lucas wrote:
>
> Actually, I'm not against Alexander's proposal.  But I think it'll be
> easier to check the properties on the files and see when they were last
> updated, generate a list, and post it.
>
>   
This should give you an idea of how far behind it is ;-) :

cd ~/LFS/BLFS/BOOK &&
for file in `find . -name "*.xml"`
do
    LASTEDIT=$(grep "\$Date" "${file}" | awk '{print $2}')
    LASTYEAR=$(echo "$LASTEDIT" | cut -d "-" -f 1)
    if [ "${LASTYEAR}" -ne "2008" ]
    then
        echo "${file} - ${LASTEDIT}"
    fi
    unset LASTEDIT LASTYEAR
done 2> /dev/null

> As far as xorg, I  just need to rebuild the drivers and the last 30 or
> so packages against the new xorg server (which I had overlooked) and I
> can do xorg again, if nobody else has plans to do so.  The wget lists
> and instructions are already posted to this list.
>
>   
I just committed the wget and md5sums for Xorg-7.4.  Think I'll just go 
ahead and do it up quick.

-- DJ Lucas


-- 
This message has been scanned for viruses and
dangerous content, and is believed to be clean.

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to