From owner-freebsd-questions@FreeBSD.ORG Tue Jun 10 21:05:43 2003 Return-Path: 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 96EC337B401 for ; Tue, 10 Jun 2003 21:05:43 -0700 (PDT) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60A0A43FBF for ; Tue, 10 Jun 2003 21:05:42 -0700 (PDT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (on@banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.12.3/8.9.3) with ESMTP id h5B44Pbl021166; Wed, 11 Jun 2003 11:05:40 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.8.5/8.8.5) id LAA07174; Wed, 11 Jun 2003 11:06:06 +0700 (ICT) Date: Wed, 11 Jun 2003 11:06:06 +0700 (ICT) Message-Id: <200306110406.LAA07174@banyan.cs.ait.ac.th> X-Authentication-Warning: banyan.cs.ait.ac.th: on set sender to on@banyan.cs.ait.ac.th using -f From: Olivier Nicole To: chaudharyanurag@hotmail.com In-reply-to: (chaudharyanurag@hotmail.com) References: X-Virus-Scanned: by amavisd-milter (http://amavis.org/) cc: freebsd-questions@freebsd.org Subject: Re: adding script to the startup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2003 04:05:43 -0000 > how can I add my script to the startup programs > is it /etc/rc file to edit or some other. You could for example add it to /etc/rc.local Create it if it does not exist. Olivier