Shell PATH not being reread

2007-04-12 Thread Sean Murphy
I have just installed FreeBSD 6.2 Release. I su to root and run pkg_add -r cvsup-without-gui It installed fine I edited the ports-supfile cd /usr/share/examples/cvsup vi ports-supfile but when I go to run cvsup -g -L 2 ports-supfile It tells me it cannot find the command I logout completel

Re: Shell PATH not being reread

2007-04-12 Thread Kevin Kinsey
Sean Murphy wrote: I have just installed FreeBSD 6.2 Release. I su to root and run pkg_add -r cvsup-without-gui It installed fine I edited the ports-supfile cd /usr/share/examples/cvsup vi ports-supfile but when I go to run cvsup -g -L 2 ports-supfile It tells me it cannot find the command

Re: Shell PATH not being reread

2007-04-12 Thread sac
As Kevin Kinsey pointed out, if your shell is csh, ksh, zsh or tcsh, all you have to do is run $ hash -r or $ rehash On 4/12/07, Sean Murphy <[EMAIL PROTECTED]> wrote: I have just installed FreeBSD 6.2 Release. I su to root and run pkg_add -r cvsup-without-gui It installed fine I edited th

Re: Shell PATH not being reread

2007-04-12 Thread Sean Murphy
sac wrote: As Kevin Kinsey pointed out, if your shell is csh, ksh, zsh or tcsh, all you have to do is run $ hash -r or $ rehash On 4/12/07, Sean Murphy <[EMAIL PROTECTED]> wrote: I have just installed FreeBSD 6.2 Release. I su to root and run pkg_add -r cvsup-without-gui It installed fine

Re: Shell PATH not being reread

2007-04-12 Thread RW
On Thu, 12 Apr 2007 10:29:29 -0700 Sean Murphy <[EMAIL PROTECTED]> wrote: > I have just installed FreeBSD 6.2 Release. I su to root and run > > pkg_add -r cvsup-without-gui > > It installed fine Just in case you are not aware, the base-system now comes with csup, which is a rewrite of cvsup-wi