mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-05 09:14:03 +00:00
f50a4cf27c
the ongoing re-alignment of ordering that is necessary as a result of including local scripts in the base rcorder. [1] Accomplish this by removing the BEFORE's, and using REQUIRE instead. This makes the dependencies more obvious, and less susceptible to turning circular and/or nonsensical when seemingly innocent changes are made in one place and not another. Requested by: delphij [1]
12 lines
230 B
Bash
Executable File
12 lines
230 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
|
|
|
|
# This is a dummy dependency, for early-start servers relying on
|
|
# some basic configuration.
|