config root man

Current Path : /etc/rc.d/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //etc/rc.d/FILESYSTEMS

#!/bin/sh
#
# $FreeBSD: release/9.1.0/etc/rc.d/FILESYSTEMS 180563 2008-07-16 19:22:48Z dougb $
#

# PROVIDE: FILESYSTEMS
# REQUIRE: root mountcritlocal zfs

#	This is a dummy dependency, for services which require file systems
#	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 file systems than /.

Man Man