]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - etc/rc.d/rwho
When the state of the interface changes rapidly enough (usually due to
[FreeBSD/FreeBSD.git] / etc / rc.d / rwho
1 #!/bin/sh
2 #
3 # $FreeBSD$
4 #
5
6 # PROVIDE: rwho
7 # REQUIRE: DAEMON
8 # BEFORE:  LOGIN
9
10 . /etc/rc.subr
11
12 name="rwhod"
13 rcvar="`set_rcvar`"
14 command="/usr/sbin/${name}"
15
16 load_rc_config $name
17 run_rc_command "$1"