Subject: Re: login_cap(2)
To: None <current-users@netbsd.org>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: current-users
Date: 01/26/2001 21:45:33
On Fri, Jan 26, 2001 at 11:03:27AM +0100, Ingolf Steinbach wrote:
> 
> My login.conf contains:
> all-users:\
> 	:path=/usr/bin /bin /usr/pkg/bin /usr/X11R6/bin /usr/local/bin:\
> 	:setenv=FOO=bar,\
> 		BLA=fasel:\
> 	:requirehome:

Thanks for the example - my error: there mustn't be any whitespace
between the : and the keyword. Now for 2 other related questions:

- How do I get , into an environment variable? (Tried enclosing in ",' and
  escaping with \) eg. PGDATESTYLE="Postgres,European"
- When I telnet localhost, or rsh localhost all now works, but when I
  ssh localhost, the path is set, but not the environment variables..

Cheers,

Patrick