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 . . . .   [EMAIL PROTECTED] (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 . . . .   [EMAIL PROTECTED] (personal)

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to