From owner-freebsd-questions@FreeBSD.ORG Thu Dec 1 19:46:24 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE84B16A41F for ; Thu, 1 Dec 2005 19:46:24 +0000 (GMT) (envelope-from matt.singerman@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93C3C43D68 for ; Thu, 1 Dec 2005 19:46:23 +0000 (GMT) (envelope-from matt.singerman@gmail.com) Received: by wproxy.gmail.com with SMTP id i5so298994wra for ; Thu, 01 Dec 2005 11:46:22 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=SwQNd9Zsa9uxMhvrP4gQTRgWHtc9q8WR/J/0PyDsS17QEqLMDqBKtK/YOgmOEB6ty5XSXHmnyX8NegHqoBWFdonzskxImrpyR3wr7t0XvUcDpg3lYBFcPsOM2gmx/8AdF06CLRB6rM5oVcm0qr2fPxK35tNl3MGloz0mVsX9TGE= Received: by 10.54.63.18 with SMTP id l18mr2353424wra; Thu, 01 Dec 2005 11:46:21 -0800 (PST) Received: by 10.54.91.7 with HTTP; Thu, 1 Dec 2005 11:46:21 -0800 (PST) Message-ID: <54682af50512011146s4968a455g94d4a89bb393adaa@mail.gmail.com> Date: Thu, 1 Dec 2005 14:46:21 -0500 From: Matt Singerman To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: problem sourcing a file while configuring OpenVPN 2.0 on FreeBSD 6.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Dec 2005 19:46:25 -0000 Hi all, Perhaps I am missing something incredibly stupid here, but I can't source the vars file that is part of the OpeVPN configuration process: # source ./vars export: Command not found. D: Undefined variable. Here is the contents of vars (with the comments removed for the sake of brevity): # easy-rsa parameter settings export D=3D`pwd` export KEY_CONFIG=3D$D/openssl.cnf export KEY_DIR=3D$D/keys echo NOTE: when you run ./clean-all, I will be doing a rm -rf on $KEY_DIR export KEY_SIZE=3D1024 export KEY_COUNTRY=3DKG export KEY_PROVINCE=3DNA export KEY_CITY=3DBISHKEK export KEY_ORG=3D"OpenVPN-TEST" export KEY_EMAIL=3D"me@myhost.mydomain" Please note, the info in that last section has been changed to be my correct info, I just didn't want to include it :) Thanks for any and all help on this! --Matt