FreeBSD 5.1 and localdaemons

Darin derwood at naebunny.net
Thu Jun 19 00:21:00 PDT 2003


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 at yahoo.com] 
Sent: Thursday, June 19, 2003 2:53 AM
To: derwood at 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



More information about the freebsd-newbies mailing list