From owner-freebsd-newbies@FreeBSD.ORG Thu Jun 19 00:21:00 2003 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DF0137B42F for ; Thu, 19 Jun 2003 00:21:00 -0700 (PDT) Received: from smtp803.mail.sc5.yahoo.com (smtp803.mail.sc5.yahoo.com [66.163.168.182]) by mx1.FreeBSD.org (Postfix) with SMTP id 1020E43FA3 for ; Thu, 19 Jun 2003 00:21:00 -0700 (PDT) (envelope-from derwood@naebunny.net) Received: from adsl-66-72-129-252.dsl.dytnoh.ameritech.net (HELO derwood2) (sir?slig@sbcglobal.net@66.72.129.252 with login) by smtp-sbc-v1.mail.vip.sc5.yahoo.com with SMTP; 19 Jun 2003 07:20:59 -0000 From: "Darin" To: Date: Thu, 19 Jun 2003 03:20:58 -0400 Message-ID: <000101c33633$55431ec0$1500a8c0@derwood2> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 Importance: Normal In-Reply-To: <20030619065308.57170.qmail@web14201.mail.yahoo.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: RE: FreeBSD 5.1 and localdaemons X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jun 2003 07:21:00 -0000 I checked and my localdaemons is the same as yours: #!/bin/sh # # $FreeBSD: src/etc/rc.d/localdaemons,v 1.2 2003/05/05 15:38:41 mtm Exp $ # # PROVIDE: localdaemons # REQUIRE: abi # BEFORE: securelevel # KEYWORD: FreeBSD shutdown . /etc/rc.subr name="localdaemons" start_cmd="locald_start" stop_cmd="locald_stop" Thanks for the idea though.. Darin - -----Original Message----- From: Thomas McIntyre [mailto:temac@yahoo.com] Sent: Thursday, June 19, 2003 2:53 AM To: derwood@naebunny.net Subject: RE: FreeBSD 5.1 and localdaemons Darin, > But, the ProFTPD and MySQL still wont start.. It seems odd, but reviewing the start up scripts leads me to suspect that maybe you don't have the right keywords in your localdaemons script. Mine (sparc64) looks like this: # PROVIDE: localdaemons # REQUIRE: abi # BEFORE: securelevel # KEYWORD: FreeBSD shutdown I think at minimum, you'll need the PROVIDE: localdaemons and KEYWORD: FreeBSD lines to automatically invoke the script. Let me know, I'm curious. Thx, Tom McIntyre __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com