auto cvsup
    Kövesdán Gábor 
    gabor.kovesdan at t-hosting.hu
       
    Sun Jun 26 18:28:31 GMT 2005
    
    
  
Maher Mohamed wrote:
>how can i upgrade my cvsup weekly with an auto way?
>
>  
>
You should use crondaemon. Place the following line to the end of 
/etc/crontab:
15      4       *       *       6       root    cvsup /some/path/to/supfile
The number six represents the sixth day of the week, the 15 is the 
minute number and the second is the hour, thus this will run on every 
Friday (if I remember correctly, I'm not sure the numbering starts with 
Sunday) at 4:15.
Cheers,
Gábor Kövesdán
    
    
More information about the freebsd-stable
mailing list