Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Dec 2002 19:11:38 -0500 (EST)
From:      Adrian Filipi-Martin <adrian+freebsd-stable@ubergeeks.com>
To:        Tovarisch Drug <tovarisch-drug@mail.ru>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: Escape character inside the variable's value in login.conf
Message-ID:  <20021226191007.T68788-100000@lorax.ubergeeks.com>
In-Reply-To: <E18R5Ya-000DWN-00@f7.mail.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 25 Dec 2002, Tovarisch Drug wrote:

> Hello, stable!
>
> Which character should I use in login.conf file for escaping colon inside the variable's value?
> I wish to set up a capability "setenv" for specifying value for variable "http_proxy" in such a way:
> cap:\
>         :setenv=http_proxy=http://proxy.mydomen.com:3128/:\
>         :tc=default:
>
> Tovarisch Drug.

	It's '\C'.  So you want:


         :setenv=http_proxy=http://proxy.mydomen.com\C3128/:\
         :tc=default:

	Adrian
--
[ adrian@ubergeeks.com ]


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021226191007.T68788-100000>