From owner-freebsd-questions Sat Mar 17 0: 3:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.nbrewer.com (sparge.nbrewer.com [208.42.68.70]) by hub.freebsd.org (Postfix) with ESMTP id C7A1637B71C for ; Sat, 17 Mar 2001 00:03:30 -0800 (PST) (envelope-from chris@nbrewer.com) Received: by mail.nbrewer.com (Postfix, from userid 1001) id D78CD383055; Sat, 17 Mar 2001 02:03:29 -0600 (CST) Date: Sat, 17 Mar 2001 02:03:29 -0600 From: Christopher Farley To: "G. Jason Middleton" Cc: freebsd-questions@freebsd.org Subject: Re: starting programs during bootup Message-ID: <20010317020327.A8984@northernbrewer.com> Mail-Followup-To: Christopher Farley , "G. Jason Middleton" , freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from gmiddl1@gl.umbc.edu on Sat, Mar 17, 2001 at 02:14:16AM -0500 Organization: Northern Brewer, St. Paul, MN Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG G. Jason Middleton (gmiddl1@gl.umbc.edu) wrote: > I am running sharity-light to access an NT fileserver...the command to > access a share is as follows: > > /usr/local/sbin/./shlight //NTMACHINE/SHARE /mountpoint -U user -P pass > > which file can i put this in to make it start up when i boot up my > machine? You can make an script and put it in /usr/local/etc/rc.d. 'man rc' will give you more details, including a prototype rc.d script. -- Christopher Farley www.northernbrewer.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message