blob: 01e51a81492e82037b02bccf26fb835a8fc8bd7b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: SERVERS
# REQUIRE: mountcritremote abi ldconfig
# This is a dummy dependency, for early-start servers relying on
# some basic configuration.
|