freebsd-dev/etc/rc.d/SERVERS
Xin LI 85fa745d03 Make ldconfig as SERVER dependency. This makes it possible
for some early starting services from the ports collection
to have their shared objects available before start.

Reviewed by:	freebsd-rc (dougb, brooks)
MFC After:	3 days
2006-04-19 05:10:34 +00:00

12 lines
239 B
Bash
Executable File

#!/bin/sh
#
# $NetBSD: SERVERS,v 1.9 2002/03/22 04:33:57 thorpej Exp $
# $FreeBSD$
#
# PROVIDE: SERVERS
# REQUIRE: mountcritremote abi ldconfig
# This is a dummy dependency, for early-start servers relying on
# some basic configuration.