From owner-freebsd-questions@FreeBSD.ORG Mon Jan 28 06:44:20 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D871B16A418 for ; Mon, 28 Jan 2008 06:44:20 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id 8596E13C47E for ; Mon, 28 Jan 2008 06:44:20 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by py-out-1112.google.com with SMTP id u52so2261882pyb.10 for ; Sun, 27 Jan 2008 22:44:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=0yzzbyC2bhE28xjq22TJeBktoglOOxopgJFzafIZ3i8=; b=CqSvE/eP/UTY/OQcw7j+3cP1aHEwmQ1EOe3QhMz0IAjFheYNhGGOAWwYnVaNnb10gZjOkDEhaxImwh0GxaeYYsMVYYoPQ/ZljqnxRN67hO/VB+IyspeS/ODU1GMLyhYrfza0fHZgj1b9Mz2tkto1zMWx3ABxw4+HuSgtnYQrOLc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=p2No+4Wy9/Gq4miLSuEZod18ryWCK2qqq9zZY2Vr38a73KlD4VAef/LRpJbUg8rqOEPutwQhsAD/U0DoF/j1SWiQ+z1zxRyzgadvgf2Cwl/XDHcA+QVYNO8qXDh8LVHcTjkO5hCTd2u59ZA9djxYJRVc2Qck+3eErV0jGB/WpUM= Received: by 10.142.162.5 with SMTP id k5mr2074215wfe.53.1201502659142; Sun, 27 Jan 2008 22:44:19 -0800 (PST) Received: by 10.143.195.2 with HTTP; Sun, 27 Jan 2008 22:44:19 -0800 (PST) Message-ID: <8cb6106e0801272244x1eeb9473pe0ff89dc430c63c3@mail.gmail.com> Date: Mon, 28 Jan 2008 01:44:19 -0500 From: "Josh Carroll" To: "Zbigniew Szalbot" In-Reply-To: <94136a2c0801272241x6633a1b7i74acb20000c7fe4a@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <94136a2c0801272219ue080ef9o74f30862c4c5ef73@mail.gmail.com> <1201502087.6923.2.camel@norman-laptop> <94136a2c0801272241x6633a1b7i74acb20000c7fe4a@mail.gmail.com> Cc: freebsd-questions Subject: Re: passive ftp transfer with pkg_add X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jan 2008 06:44:20 -0000 > Thank you very much! When I want to revert it, will it suffice to type: > export FTP_PASSIVE_MODE=false unset FTP_PASSIVE_MODE will unset the variable. Regards, Josh