xref: /netbsd-src/etc/rc.d/CRITLOCALMOUNTED (revision 0a9098d00fea89c48d26e8ec45087bd0ec34e0c8)
1*0a9098d0Smartin#!/bin/sh
2*0a9098d0Smartin#
3*0a9098d0Smartin# $NetBSD: CRITLOCALMOUNTED,v 1.1 2020/09/08 12:52:18 martin Exp $
4*0a9098d0Smartin#
5*0a9098d0Smartin
6*0a9098d0Smartin# REQUIRE: mountcritlocal
7*0a9098d0Smartin# PROVIDE: CRITLOCALMOUNTED
8*0a9098d0Smartin
9*0a9098d0Smartin#	This is a dummy dependency, for services which require local
10*0a9098d0Smartin#	disks to be mounted and fully setup
11