From owner-freebsd-stable@FreeBSD.ORG Sun Jun 7 20:44:43 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7EE391065687 for ; Sun, 7 Jun 2009 20:44:43 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: from mail-ew0-f212.google.com (mail-ew0-f212.google.com [209.85.219.212]) by mx1.freebsd.org (Postfix) with ESMTP id 10D188FC1F for ; Sun, 7 Jun 2009 20:44:42 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: by ewy8 with SMTP id 8so3585814ewy.43 for ; Sun, 07 Jun 2009 13:44:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=EzCQT5C3iSn2757rj3qcAwlj3K68C9M+oIT9X7k7Weo=; b=P4prvVT6UgnlwkyK9x7A4E0S8ph1l4Wy4Zfc+lodSt47cqutCAQLGqgbtsHjcz+qqc j31lKf2KP34AQIlALv1erXdkSIzKTqwyAV2wHHlgUkpNv1llR7MIq0TIFfm92ESzdfpM hKZnD3P08/pvmhOYJoPc3PcLk8Kf318in3t3Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=cXpnr+jPX2GC+0y7LW2EnSVpNNqCeC4w0jHPeP8Bj4SNZbpV5X3GtjJyIxT6+cFrFp rae2B8ZBG3GNGpKK4Tq0eQLdO5cFQv9tecESehpDBuEUHoh6EFP9nwomnfey8EgkeQN4 Krm5ykqiVKdcWeLW6+Sr+ffxT4Xok3/MKr+2A= MIME-Version: 1.0 Received: by 10.210.42.20 with SMTP id p20mr5611944ebp.92.1244405581128; Sun, 07 Jun 2009 13:13:01 -0700 (PDT) In-Reply-To: References: <143776.42704.qm@web34307.mail.mud.yahoo.com> <20090607183035.GA22240@lava.net> From: Scott Ullrich Date: Sun, 7 Jun 2009 16:12:41 -0400 Message-ID: To: utisoft@gmail.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: AES , freebsd-stable@freebsd.org Subject: Re: I need to add commands that starts every time at system boot. 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: Sun, 07 Jun 2009 20:44:43 -0000 On Sun, Jun 7, 2009 at 3:36 PM, Chris Rees wrote: > 2009/6/7 Clifton Royston : > >>=A0If you feel you just *can't* do it via a script in >> /usr/local/etc/rc.d, which is the better way, add a script called >> /etc/rc.local and that will be run after all the other start-up steps. > > What's wrong with rc.local? Probably stems from this discussion: http://lists.freebsd.org/pipermail/freebsd-stable/2007-July/035996.html Cheers Scott