From owner-freebsd-stable Thu Dec 26 16:11:43 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA80137B401 for ; Thu, 26 Dec 2002 16:11:41 -0800 (PST) Received: from mail.ubergeeks.com (lorax.ubergeeks.com [209.145.65.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A3DD43E4A for ; Thu, 26 Dec 2002 16:11:41 -0800 (PST) (envelope-from adrian+freebsd-stable@ubergeeks.com) Received: from mail.ubergeeks.com (localhost [127.0.0.1]) by mail.ubergeeks.com (8.12.5/8.12.5) with ESMTP id gBR0BeIP068867; Thu, 26 Dec 2002 19:11:40 -0500 (EST) (envelope-from adrian+freebsd-stable@ubergeeks.com) Received: from localhost (adrian@localhost) by mail.ubergeeks.com (8.12.5/8.12.5/Submit) with ESMTP id gBR0Bcsw068864; Thu, 26 Dec 2002 19:11:40 -0500 (EST) (envelope-from adrian+freebsd-stable@ubergeeks.com) X-Authentication-Warning: lorax.ubergeeks.com: adrian owned process doing -bs Date: Thu, 26 Dec 2002 19:11:38 -0500 (EST) From: Adrian Filipi-Martin To: Tovarisch Drug Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Escape character inside the variable's value in login.conf In-Reply-To: Message-ID: <20021226191007.T68788-100000@lorax.ubergeeks.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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