diff options
Diffstat (limited to 'libexec/rc/rc.d/FILESYSTEMS')
-rwxr-xr-x | libexec/rc/rc.d/FILESYSTEMS | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libexec/rc/rc.d/FILESYSTEMS b/libexec/rc/rc.d/FILESYSTEMS new file mode 100755 index 000000000000..1bf52077be8e --- /dev/null +++ b/libexec/rc/rc.d/FILESYSTEMS @@ -0,0 +1,11 @@ +#!/bin/sh +# +# + +# PROVIDE: FILESYSTEMS +# REQUIRE: root mountcritlocal cleanvar tmp + +# This is a dummy dependency, for services which require filesystems +# to be mounted before starting. It also serves as the default early / +# late divider; after this point, rc.d directories are rescanned to +# catch scripts from other filesystems than /. |