Re: update automaticly

2006-10-19 Thread Girish Venkatachalam
On Thu, Oct 19, 2006 at 03:43:50PM +0100, Stuart Henderson wrote: > On 2006/10/19 21:28, sonjaya wrote: > > i have script for update automaticly here: > > #!/bin/csh > > c-shell for scripting? are you mad? :-) IMAO csh should be banished from earth! :-) You will be amaz

Re: update automaticly

2006-10-19 Thread Aleksandar Milosevic
sonjaya wrote: i have script for update automaticly here: # cat /root/update_part1.sh #!/bin/csh cd /usr/src setenv CVS_CLIENT_PORT -1 setenv CVSROOT [EMAIL PROTECTED]:/cvs cvs -d $CVSROOT -q up -rOPENBSD_3_9 -Pd date > /root/update_part1.log when i try run that script get error such like t

Re: update automaticly

2006-10-19 Thread Will Maier
On Thu, Oct 19, 2006 at 09:28:23PM +0700, sonjaya wrote: > i have script for update automaticly here: > # cat /root/update_part1.sh > #!/bin/csh > cd /usr/src > setenv CVS_CLIENT_PORT -1 > setenv CVSROOT [EMAIL PROTECTED]:/cvs > cvs -d $CVSROOT -q up -rOPENBSD_3_9 -Pd > d

Re: update automaticly

2006-10-19 Thread Marc Espie
On Thu, Oct 19, 2006 at 09:28:23PM +0700, sonjaya wrote: > i have script for update automaticly here: > # cat /root/update_part1.sh > #!/bin/csh > cd /usr/src > setenv CVS_CLIENT_PORT -1 > setenv CVSROOT [EMAIL PROTECTED]:/cvs > cvs -d $CVSROOT -q up -rOPENBSD_3

Re: update automaticly

2006-10-19 Thread Dries Schellekens
sonjaya wrote: i have script for update automaticly here: # cat /root/update_part1.sh #!/bin/csh cd /usr/src setenv CVS_CLIENT_PORT -1 setenv CVSROOT [EMAIL PROTECTED]:/cvs cvs -d $CVSROOT -q up -rOPENBSD_3_9 -Pd date > /root/update_part1.log when i try run that script get error such like t

Re: update automaticly

2006-10-19 Thread Stuart Henderson
On 2006/10/19 21:28, sonjaya wrote: > i have script for update automaticly here: > #!/bin/csh c-shell for scripting? are you mad? :-) > cd /usr/src > setenv CVS_CLIENT_PORT -1 > setenv CVSROOT [EMAIL PROTECTED]:/cvs > cvs -d $CVSROOT -q up -rOPENBSD_3_9 -Pd > date >

Re: update automaticly

2006-10-19 Thread Marcus Popp
On 2006-10-19T21:28, sonjaya wrote: > i have script for update automaticly here: > # cat /root/update_part1.sh > #!/bin/csh > cd /usr/src > setenv CVS_CLIENT_PORT -1 > setenv CVSROOT [EMAIL PROTECTED]:/cvs > cvs -d $CVSROOT -q up -rOPENBSD_3_9 -Pd > date > /root/updat

update automaticly

2006-10-19 Thread sonjaya
i have script for update automaticly here: # cat /root/update_part1.sh #!/bin/csh cd /usr/src setenv CVS_CLIENT_PORT -1 setenv CVSROOT [EMAIL PROTECTED]:/cvs cvs -d $CVSROOT -q up -rOPENBSD_3_9 -Pd date > /root/update_part1.log when i try run that script get error such like this : # sh /r