RE: [gentoo-user] Nightly emerge sync

2006-05-17 Thread Timothy A. Holmes
> -Original Message- > From: Bo Ørsted Andresen [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 17, 2006 9:09 AM > To: gentoo-user@lists.gentoo.org > Subject: Re: [gentoo-user] Nightly emerge sync > > On Monday 15 May 2006 16:51, Timothy A. Holmes wrote: > >

Re: [gentoo-user] Nightly emerge sync

2006-05-17 Thread Bo Ørsted Andresen
On Monday 15 May 2006 16:51, Timothy A. Holmes wrote: > Can someone please point me to a reference that will show me now to > configure my vixie cron to do a nightly emerge sync? > > I know it can be done, however I have not yet come up with the necessary > instructions http://www.gentoo.org/doc/e

Re: [gentoo-user] Nightly emerge sync

2006-05-15 Thread Pablo Antonio
On 12:18 Mon 15 May , Willie Wong wrote: > On Mon, May 15, 2006 at 11:47:00AM -0300, Penguin Lover Pablo Antonio > squawked: > > On 10:51 Mon 15 May , Timothy A. Holmes wrote: > > > Can someone please point me to a reference that will show me now to > > > configure my vixie cron to do a ni

Re: [gentoo-user] Nightly emerge sync

2006-05-15 Thread Neil Bothwick
On Mon, 15 May 2006 10:51:06 -0400, Timothy A. Holmes wrote: > Can someone please point me to a reference that will show me now to > configure my vixie cron to do a nightly emerge sync? echo '#!/bin/bash' >/etc/cron.daily/emerge-sync echo 'emerge --sync' >>/etc/cron.daily/emerge-sync chmod +x /et

Re: [gentoo-user] Nightly emerge sync

2006-05-15 Thread Willie Wong
On Mon, May 15, 2006 at 11:47:00AM -0300, Penguin Lover Pablo Antonio squawked: > On 10:51 Mon 15 May , Timothy A. Holmes wrote: > > Can someone please point me to a reference that will show me now to > > configure my vixie cron to do a nightly emerge sync? > > > > I know it can be done, howev

RE: [gentoo-user] Nightly emerge sync

2006-05-15 Thread Timothy A. Holmes
> On 5/15/06, Timothy A. Holmes <[EMAIL PROTECTED]> wrote: > > Can someone please point me to a reference that will show me now to > > configure my vixie cron to do a nightly emerge sync? > > > > I know it can be done, however I have not yet come up with the necessary > > instructions > > man cron

Re: [gentoo-user] Nightly emerge sync

2006-05-15 Thread Daniel da Veiga
On 5/15/06, Timothy A. Holmes <[EMAIL PROTECTED]> wrote: Can someone please point me to a reference that will show me now to configure my vixie cron to do a nightly emerge sync? I know it can be done, however I have not yet come up with the necessary instructions man cron man crontab man 5 cro

Re: [gentoo-user] Nightly emerge sync

2006-05-15 Thread Pablo Antonio
On 10:51 Mon 15 May , Timothy A. Holmes wrote: > Can someone please point me to a reference that will show me now to > configure my vixie cron to do a nightly emerge sync? > > I know it can be done, however I have not yet come up with the necessary > instructions Well, you'll be amazed by how