From owner-freebsd-questions@FreeBSD.ORG Wed Feb 6 16:51:41 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9157B16A474 for ; Wed, 6 Feb 2008 16:51:41 +0000 (UTC) (envelope-from zszalbot@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.freebsd.org (Postfix) with ESMTP id F30AE13C447 for ; Wed, 6 Feb 2008 16:51:40 +0000 (UTC) (envelope-from zszalbot@gmail.com) Received: by ug-out-1314.google.com with SMTP id y2so630448uge.37 for ; Wed, 06 Feb 2008 08:51:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=Dlw2h0ITlmRql4y7+PkpWZ6ul42D1SdWz9wVNiUUl0E=; b=MLBhVTZlgZigIqb8qc9Tu49I/uxlc5GB199AjzOGr61xR9lH19WiKuOobf93v+cRfdFXkU8ohf4HwdjL5wRy3nbcBawVQ9rKGDH4l7tmDPnMBp2nnE/eLFrYIfNbwp3RKicJv6rquUBvtkQa/RdV077Dae1TE/8dwOH7UJNojKA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=eOEkkTSBZ8fpqY77E6EKCX/RQk24J1yyDrueMvi9uEkbxZ1HXFMXw84ujaVKodzbbwAOd3MndpxDq8ajOPHJljhS3+xsl36SQ1fCqWZDq+2j3GEaKt585XlJaDhHVaZj5NTddP0xW/FfqYId4P3wVVRdz0C1nSBFAad4AdmuHmQ= Received: by 10.78.133.2 with SMTP id g2mr18097960hud.26.1202316699399; Wed, 06 Feb 2008 08:51:39 -0800 (PST) Received: by 10.78.130.5 with HTTP; Wed, 6 Feb 2008 08:51:39 -0800 (PST) Message-ID: <94136a2c0802060851h49ecd999ucc20dbd776c3ba5@mail.gmail.com> Date: Wed, 6 Feb 2008 17:51:39 +0100 From: "Zbigniew Szalbot" To: freebsd-questions@freebsd.org In-Reply-To: <20080206174632.B4330@wojtek.tensor.gdynia.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1563a4fd0802060609j59451879h3920be790d7667c0@mail.gmail.com> <20080206152833.U3736@wojtek.tensor.gdynia.pl> <20080206154317.GC18883@gizmo.acns.msu.edu> <20080206174632.B4330@wojtek.tensor.gdynia.pl> Subject: Re: script to be executed on system 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: Wed, 06 Feb 2008 16:51:41 -0000 2008/2/6, Wojciech Puchar : > > > > No, don't add anything to rc.local. > > no because of? because usrland should be executed from /usr/local/etc/rc.d/ as far as I know. ZS