Menu

[r10367]: / legacy / etc / rc.d / root  Maximize  Restore  History

Download this file

26 lines (20 with data), 408 Bytes

#!/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"
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.