From owner-freebsd-questions Thu Jan 30 3:48:48 2003 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 2BBDA37B401 for ; Thu, 30 Jan 2003 03:48:47 -0800 (PST) Received: from ms-smtp-02.southeast.rr.com (ms-smtp-02.southeast.rr.com [24.93.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20D5843F75 for ; Thu, 30 Jan 2003 03:48:41 -0800 (PST) (envelope-from bts@fake.com) Received: from mail4.nc.rr.com (fe4 [24.93.67.51]) by ms-smtp-02.southeast.rr.com (8.12.5/8.12.2) with ESMTP id h0UBlWo5028391; Thu, 30 Jan 2003 06:47:32 -0500 (EST) Received: from this.is.fake.com ([24.74.172.220]) by mail4.nc.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Thu, 30 Jan 2003 06:49:44 -0500 Received: by this.is.fake.com (Postfix, from userid 111) id 4E2CCBBC8; Thu, 30 Jan 2003 06:48:32 -0500 (EST) Content-Type: text/plain; charset="iso-8859-1" From: "Brian T. Schellenberger" To: Roger Merritt Subject: Re: vnc at start-up Date: Thu, 30 Jan 2003 06:48:32 -0500 User-Agent: KMail/1.4.2 References: <5.2.0.9.0.20030130091936.00a298d0@127.0.0.1> <5.2.0.9.0.20030130132835.00a24700@127.0.0.1> In-Reply-To: <5.2.0.9.0.20030130132835.00a24700@127.0.0.1> Cc: questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200301300648.32057.bts@babbleon.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG No, not the vncserver script, the init script that invokes vncserver. In fact, if you simply replace the line that says vncserver with the *exact* syntax I put in, it will work. THe parentheses start a local environment and the PATH adds to the path for that environment and then invokes vncserver with the "richer" environment that will make it happy. (PATH=$PATH:/usr/X11R6/bin; vncserver) On Thursday 30 January 2003 01:30 am, you wrote: | At 10:12 AM 1/30/03, you wrote: | >(PATH=$PATH:/usr/X11R6/bin; vncserver) | > | >-- | >Brian, the man from Babble-On . . . . bts@babbleon.org (personal) | | I think you are telling my I should edit the vncserver script to | modify the PATH environment variable. OK, that sound right. | | Thank you. -- Brian, the man from Babble-On . . . . bts@babbleon.org (personal) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message