diff options
Diffstat (limited to 'libexec/rc/rc.d/SERVERS')
-rwxr-xr-x | libexec/rc/rc.d/SERVERS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libexec/rc/rc.d/SERVERS b/libexec/rc/rc.d/SERVERS new file mode 100755 index 000000000000..0bcaec08c3e6 --- /dev/null +++ b/libexec/rc/rc.d/SERVERS @@ -0,0 +1,9 @@ +#!/bin/sh +# +# + +# PROVIDE: SERVERS +# REQUIRE: mountcritremote sysvipc linux ldconfig savecore watchdogd + +# This is a dummy dependency, for early-start servers relying on +# some basic configuration. |