From owner-freebsd-stable@FreeBSD.ORG Wed Jun 21 06:54:37 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAC4E16A479 for ; Wed, 21 Jun 2006 06:54:37 +0000 (UTC) (envelope-from ianchov@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 160E843D46 for ; Wed, 21 Jun 2006 06:54:36 +0000 (GMT) (envelope-from ianchov@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so1686548uge for ; Tue, 20 Jun 2006 23:54:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=syACjoPj15ebivrOo9iXV5gW4eK/oT8DbZtpO4a/ck5hmszpq12dhgvKj0ttl1bQwkUUcrNwDdN4k1B6gb6zTMGyTnNrzYab8Lppm/tMUmnA80Izr6IkZxNujY8vucTlJ7jXMh04xKRaE580gOp7gGPHRk4o248gdSMEencG8+E= Received: by 10.78.23.16 with SMTP id 16mr3159316huw; Tue, 20 Jun 2006 23:48:09 -0700 (PDT) Received: by 10.78.23.7 with HTTP; Tue, 20 Jun 2006 23:48:09 -0700 (PDT) Message-ID: <18e02bd30606202348w5d11a09bqd5e9418d2ed7b577@mail.gmail.com> Date: Wed, 21 Jun 2006 09:48:09 +0300 From: "Iantcho Vassilev" To: "freebsd-stable@freebsd.org" In-Reply-To: <449837BB.5070202@gmx.de> MIME-Version: 1.0 References: <449823A0.2020602@gmx.de> <44982538.3000807@gmx.de> <4498275F.3060901@gmx.de> <44982C57.9040301@gmx.de> <449837BB.5070202@gmx.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Question about current rc scripts X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jun 2006 06:54:38 -0000 On 6/20/06, M.Hirsch wrote: > > Another problem solved :) > > So when my script overwrote rc.conf, the file was already loaded and > thus overwriting it had no effect. > That's why it didn't work. (not with "BEFORE: initrandom" either). > > This must have changed somewhen between 6.0 and 6-STABLE because it did > work in 6.0. > > Thanks vm. > > I'm going to publish a "freebsd 6 remote deployment" article on my blog > after I got it working 100%. > There really don't seem to be any good and recent guides for that out > there... Looking for that.....