From owner-freebsd-stable@FreeBSD.ORG Thu Jul 12 14:44:50 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BC4EC16A400 for ; Thu, 12 Jul 2007 14:44:50 +0000 (UTC) (envelope-from morgan.s.reed@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.242]) by mx1.freebsd.org (Postfix) with ESMTP id 718B513C455 for ; Thu, 12 Jul 2007 14:44:50 +0000 (UTC) (envelope-from morgan.s.reed@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so39735anc for ; Thu, 12 Jul 2007 07:44:49 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gTSMavZhp3hrKgYcDcMypaEvToIgFN6cZ/MDm8NWOW8DXfb4KwxStFhnlyMSBp0pbm8hcOOHlzV1TI/GaCJz70/J8WysBap+ZYzK9nruXw6cdSYkU4khdfJpP6iuXIEdzkfWbnqqk0NdoggaHdcAwsR7MM+7RyHcsJ0PJ0mlESU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=hX/zH2KOBnwl3o1rv2NG7ZRGO4FX83oEdbaP4VYJ69vfVU+xs1GOo3t08ZhHtcwx7JAPkd5ij08Pq8oN//RJArmfoEUh2VrhSNTqtuD1w95o0KCDdY3KQfnzLptW7RJdVntZJREKMOc4a/vvZgwo+nZG3JyYk/AOpPSHYxDiHZQ= Received: by 10.100.142.12 with SMTP id p12mr291239and.1184249793371; Thu, 12 Jul 2007 07:16:33 -0700 (PDT) Received: by 10.100.173.17 with HTTP; Thu, 12 Jul 2007 07:16:33 -0700 (PDT) Message-ID: Date: Fri, 13 Jul 2007 00:16:33 +1000 From: "Morgan Reed" To: Brian In-Reply-To: <4695BF44.6090507@sonicboom.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4695BB25.9040706@FreeBSD.org> <4695BF44.6090507@sonicboom.org> Cc: freebsd-stable@freebsd.org Subject: Re: rc.local equivalent 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: Thu, 12 Jul 2007 14:44:50 -0000 On 7/12/07, Brian wrote: > man rc.local on a freebsd 7 box says Same for 6.2-STABLE. > So, rc.local, though not current is still supported. Yes, effectively deprecated (although the mechanism may not be removed for a significant time, if at all). I'm going to write an rc.d script to do the loading and saving of configs for my system. Thanks for your assistance. Morgan