From owner-freebsd-questions@FreeBSD.ORG Sat Dec 23 23:04:54 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DBDA116A407 for ; Sat, 23 Dec 2006 23:04:54 +0000 (UTC) (envelope-from msoulier@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by mx1.freebsd.org (Postfix) with ESMTP id 7632F13C44E for ; Sat, 23 Dec 2006 23:04:54 +0000 (UTC) (envelope-from msoulier@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so3664358nfc for ; Sat, 23 Dec 2006 15:04:53 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=YeHWd24sLbR+pCEiSM+zINxDwBPh0Znj7KnX9suv2YgOcWNI39fu38X/y2X6683qwVIiCa7K5fi8rElUPKmANfYzWUfrRb6rgEaQXi+zsn1WbRcuukbk4gXvstFDyu2ZdcOaB33F9VyyPcXATfyNTSSbq18uIVYBNejFyijNPnk= Received: by 10.82.152.16 with SMTP id z16mr255234bud.1166915093051; Sat, 23 Dec 2006 15:04:53 -0800 (PST) Received: by 10.82.177.8 with HTTP; Sat, 23 Dec 2006 15:04:52 -0800 (PST) Message-ID: Date: Sat, 23 Dec 2006 18:04:52 -0500 From: "Michael P. Soulier" Sender: msoulier@gmail.com To: "Beech Rintoul" In-Reply-To: <200612231324.13255.beech@alaskaparadise.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200612231156.05280.beech@alaskaparadise.com> <200612231324.13255.beech@alaskaparadise.com> X-Google-Sender-Auth: f5751d76d7d08c04 Cc: freebsd-questions@freebsd.org Subject: Re: not everything coming up on a reboot 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: Sat, 23 Dec 2006 23:04:54 -0000 On 12/23/06, Beech Rintoul wrote: > I forgot to mention, as a workaround if you can't get the rc.d script working > you can start it from cron. Just replace the time/day/month variables > with "@reboot" and the path to the exicutable. I use it for a couple of > things that don't have start scripts. See man(5) crontab for examples. Hmm. Thanks. Good to know, that could do as a workaround for now. Mike