From owner-freebsd-questions@FreeBSD.ORG Sat Dec 23 21:36:25 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 5FAD416A40F for ; Sat, 23 Dec 2006 21:36:25 +0000 (UTC) (envelope-from msoulier@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.freebsd.org (Postfix) with ESMTP id EE08513C45A for ; Sat, 23 Dec 2006 21:36:24 +0000 (UTC) (envelope-from msoulier@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so3642476nfc for ; Sat, 23 Dec 2006 13:36:23 -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=HhswiiXNBg2C8D6WMl/LEcgkFZjya/qNxc6cwJEeUqpUjY58H/Nr85cqRYG3YBXMqLRb+35IuxUDwdKzYmxpXJFVoZDZZjd+rVurZE8+H6vex8esmBtRZQX/ZGOgD2NMZIZUDyVwMYKaTwmhfIh0TlzF3/fRZOD0SLFeNFl0qng= Received: by 10.82.169.4 with SMTP id r4mr287950bue.1166909783230; Sat, 23 Dec 2006 13:36:23 -0800 (PST) Received: by 10.82.177.8 with HTTP; Sat, 23 Dec 2006 13:36:23 -0800 (PST) Message-ID: Date: Sat, 23 Dec 2006 16:36:23 -0500 From: "Michael P. Soulier" Sender: msoulier@gmail.com To: "Beech Rintoul" In-Reply-To: <200612231156.05280.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> X-Google-Sender-Auth: b43250d8670c4ab9 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 21:36:25 -0000 On 12/23/06, Beech Rintoul wrote: > Do you have ppp-user_enable="yes" in your /etc/rc.conf? No, and looking at ppp-user, I don't see why I'd need one. I have ppp_enable="YES". # PROVIDE: ppp-user # REQUIRE: netif isdnd # KEYWORD: nojail . /etc/rc.subr name="ppp" rcvar="ppp_enable" start_cmd="ppp_start" stop_cmd=":" Now, I do notice that the stock script comes with a REQUIRE isdnd as well as netif. As I'm not running isdn, would that stop rc from bringing the script up, or are REQUIREs OR'd and not AND'd? Mike -- Michael P. Soulier "Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction." --Albert Einstein