From owner-freebsd-questions@FreeBSD.ORG Mon Mar 27 01:54:30 2006 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 752AE16A423 for ; Mon, 27 Mar 2006 01:54:30 +0000 (UTC) (envelope-from loganm10@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08DE043D45 for ; Mon, 27 Mar 2006 01:54:29 +0000 (GMT) (envelope-from loganm10@gmail.com) Received: by zproxy.gmail.com with SMTP id z3so1214365nzf for ; Sun, 26 Mar 2006 17:54:29 -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; b=Li+vHbf50gRe8Dq1TjJCR/f/eSAbi2ao11+ttfiVblDHS2nPOWL8UfVO9g3m1os9S+Gd7oWSvKFYe4PZjMKheydIIayBu5sF58OFL0jX541sX0Zj6UD7NqyMxbiONlwkUiQaEQeizKuEUAre2nCmEBEIXUqWHuhtxXUY5hAEZAE= Received: by 10.36.251.58 with SMTP id y58mr4357473nzh; Sun, 26 Mar 2006 17:54:29 -0800 (PST) Received: by 10.36.59.17 with HTTP; Sun, 26 Mar 2006 17:54:29 -0800 (PST) Message-ID: <6d356f6c0603261754v17ea2f9cg2befaa018b089a65@mail.gmail.com> Date: Sun, 26 Mar 2006 18:54:29 -0700 From: "Logan McNaughton" 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 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: running a program on startup 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: Mon, 27 Mar 2006 01:54:30 -0000 Hey, ive been looking around on how to run a program when FreeBSD starts, vncserver the command I need to be run is: /usr/X11R6/bin/vncserver -geometry 800x600 im not really sure how to make a .sh script, what would the script need to be, or would there be an easier way without putting a script in /etc/rc.d?