Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jun 2003 03:20:58 -0400
From:      "Darin" <derwood@naebunny.net>
To:        <freebsd-newbies@freebsd.org>
Subject:   RE: FreeBSD 5.1 and localdaemons
Message-ID:  <000101c33633$55431ec0$1500a8c0@derwood2>
In-Reply-To: <20030619065308.57170.qmail@web14201.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000101c33633$55431ec0$1500a8c0>