From owner-freebsd-questions Thu Dec 12 10:20:53 2002 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 CAC9337B401 for ; Thu, 12 Dec 2002 10:20:52 -0800 (PST) Received: from c014.snv.cp.net (h011.c014.snv.cp.net [209.228.35.85]) by mx1.FreeBSD.org (Postfix) with SMTP id 5085D43ED4 for ; Thu, 12 Dec 2002 10:20:52 -0800 (PST) (envelope-from klimenta@futurebit.com) Received: (cpmta 11221 invoked from network); 12 Dec 2002 10:20:51 -0800 Received: from 12.33.76.83 (HELO bigbeat) by smtp.cswebmail.com (209.228.35.85) with SMTP; 12 Dec 2002 10:20:51 -0800 X-Sent: 12 Dec 2002 18:20:51 GMT Message-ID: <000e01c2a20b$6a4a0110$ca0110ac@vinyl.tkvbp.com> From: "Kliment Andreev" To: "Daniel HARTMANN" , "Questions FREEBSD" References: Subject: Re: VNC Date: Thu, 12 Dec 2002 13:22:20 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-5" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 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 > Mais comment démarrer "vncserver" automatiquement au boot sans taper la > commande ?? Create the following file vnc.sh in /usr/local/etc/rc.d and put the following lines #!/bin/sh /usr/X11R6/bin/vncserver & It will "automatique" start vncserver when you reboot. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message