Menu

[r3313]: / trunk / etc / rc.d / root  Maximize  Restore  History

Download this file

26 lines (20 with data), 401 Bytes

#!/bin/sh
#
# $FreeBSD: src/etc/rc.d/root,v 1.10.2.5 2008/01/28 08:22:33 dougb 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"
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.