On Tuesday 19 April 2011 08:34:06 Thanasis wrote:
> on 04/19/2011 12:56 AM Neil Bothwick wrote the following:
> > Incidentally, my cron script that runs emerge --sync follows it with
> > emerge-uDNf world, so the files are already in $DISTDIR when I want to
> > update.
> 
> Can you post the script?

My guess is that the script would be something like the following:
=====
#!/bin/sh
#
emerge --sync
emerge -uDNf world
=====

--
Joost

Reply via email to