]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/init/rc.d/rwho
UPDATING: Add note about efifb support and serial output
[FreeBSD/FreeBSD.git] / sbin / init / rc.d / rwho
1 #!/bin/sh
2 #
3 # $FreeBSD$
4 #
5
6 # PROVIDE: rwho
7 # REQUIRE: DAEMON
8 # BEFORE:  LOGIN
9 # KEYWORD: shutdown
10
11 . /etc/rc.subr
12
13 name="rwhod"
14 desc="System status server"
15 rcvar="rwhod_enable"
16 command="/usr/sbin/${name}"
17
18 load_rc_config $name
19 run_rc_command "$1"