On Fri, Jun 11, 1999 at 12:42:55AM +0200, Ulf Carlsson wrote:
> I have had problems with the CVS server at linus.linux.sgi.com now for some
> time:
>
> $ export CVS_RSH=ssh
> $ export CVSROOT="linus.linux.sgi.com:/src/cvs"
> $ cvs commit tm-linux.h
> bash: cvs: command not found
> cvs [commit aborted]: end of file from server (consult above message if
> any)
>
> It looks like /usr/local/bin/cvs isn't in the path or something. Can someone
> please confirm this problem or fix it?
Sorry, I broke it when cleaning the shell initialization files. It
seems that when logging on over ssh /usr/freeware/bin/bash will
ignore all startup files, therefore $PATH will not be initialized.
Glued by initializing them in /etc/defaults/login.
Ralf
|