From owner-freebsd-questions@FreeBSD.ORG Fri Oct 10 15:24:36 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E6271065697 for ; Fri, 10 Oct 2008 15:24:36 +0000 (UTC) (envelope-from paul.halliday@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.174]) by mx1.freebsd.org (Postfix) with ESMTP id CBF318FC17 for ; Fri, 10 Oct 2008 15:24:35 +0000 (UTC) (envelope-from paul.halliday@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so628992wfg.7 for ; Fri, 10 Oct 2008 08:24:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=F5jCkkHuWUobhKlwcMVu5kAltCwKD0Dwc+kCwstAzio=; b=Kz6zkbScj3Z2snz0OfJCz9qLUTBf2B4t/2V7swaORvtsIrSOh9ZyWHJIEOywljFB7t 6Qw2eeLm80W/K3yfBQ7CizEqj+xynURr3BjNLr8/2Byn55RkcDUNXcKcP3yVKsIoUKrY 83R/kgv6W/cf5un/eBAWkXt9fWIOEymXhDeTo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=Y4VQI60M2iSGBXqFJfazeED4qDzMyT2QbPMPGgp5vriOTu0EUl03Tj+iZNPbAXO9Ie yBMSjBajiB7FymWV7uhpMu21r/XCT0xxWDzyTZFR8qow75TnUSOu2fBBpHTXmglH8Y8R yvdkAVGcorQPYdHljFjstOD6g8s0JKtjq0Ato= Received: by 10.115.50.5 with SMTP id c5mr1841504wak.192.1223651961868; Fri, 10 Oct 2008 08:19:21 -0700 (PDT) Received: by 10.114.80.2 with HTTP; Fri, 10 Oct 2008 08:19:21 -0700 (PDT) Message-ID: <2dab70a30810100819v175fe867j87ad533b7f2651c9@mail.gmail.com> Date: Fri, 10 Oct 2008 12:19:21 -0300 From: "Paul Halliday" To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: rc: not working as expected? (round 2) 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: Fri, 10 Oct 2008 15:24:36 -0000 (I mistakenly sent the last msg before finishing..) Or maybe an interpretation issue. I have a few startup scripts in rc.d and I am experiencing timing issues. i.e. I need xyz to start before abc. Within xyz I tried: # REQUIRE: abc This didn't work so I tried: 100.xyz 900.abc which doesn't appear to work either. What am I missing? Thanks.