From owner-freebsd-questions@FreeBSD.ORG Sun Dec 9 17:32:05 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D3E216A468 for ; Sun, 9 Dec 2007 17:32:05 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout1.easydns.com [205.210.42.66]) by mx1.freebsd.org (Postfix) with ESMTP id 792D013C45A for ; Sun, 9 Dec 2007 17:32:05 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from lilypad.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id BFE3548637 for ; Sun, 9 Dec 2007 12:31:50 -0500 (EST) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by lilypad.shadypond.com (Postfix) with ESMTP id 99049B83F for ; Sun, 9 Dec 2007 17:32:03 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Sun, 9 Dec 2007 17:31:59 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200712091732.02238.lists-fbsd@shadypond.com> Subject: question about ordering of lines in rc.conf 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: Sun, 09 Dec 2007 17:32:05 -0000 It appears that the order of the *_enable="YES" lines in /etc/rc.conf is important. I am looking at a HOWTO for HPLIP in which the author suggests adding two lines in a certain order. Since I recently had a problem with jabberd starting before myslq was ready to accept connections and I just found that jabberd_enable="YES" precedes mysql_enable="YES" in my rc.conf, I am wondering whether order is important. Can anyone provide an answer? I solved the problem I was having with jabberd but in a different way. thanks