blob: ea58bb99d4a2bd1a823f1eb8b0645bdd2dc32988 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/sh
#
# $NetBSD: CRITLOCALMOUNTED,v 1.1 2020/09/08 12:52:18 martin Exp $
#
# REQUIRE: mountcritlocal
# PROVIDE: CRITLOCALMOUNTED
# This is a dummy dependency, for services which require local
# disks to be mounted and fully setup
|