FreeNAS Code
This project has moved to github - see https://github.com/freenas
Brought to you by:
cochard,
mattolander
#!/bin/sh # # $FreeBSD: src/etc/rc.d/root,v 1.15.2.2.4.1 2009/04/15 03:14:26 kensmith Exp $ # # Modified by Volker Theile (votdev@gmx.de) # Changes: Remove original code from root_start. # # PROVIDE: root # REQUIRE: fsck # KEYWORD: nojail . /etc/rc.subr name="root" start_cmd="root_start" stop_cmd=":" root_start() { # Currently this script is used as dummy. } load_rc_config $name run_rc_command "$1"