Bring RCNG in from 5.x and adjust config files and scripts accordingly.
[dragonfly.git] / etc / rc.d / rwho
1 #!/bin/sh
2 #
3 # $NetBSD: rwho,v 1.5 2002/03/22 04:34:00 thorpej Exp $
4 # $FreeBSD: src/etc/rc.d/rwho,v 1.2 2002/06/13 22:14:36 gordon Exp $
5 # $DragonFly: src/etc/rc.d/rwho,v 1.1 2003/07/24 06:35:37 dillon Exp $
6 #
7
8 # PROVIDE: rwho
9 # REQUIRE: DAEMON
10 # BEFORE:  LOGIN
11 # KEYWORD: DragonFly FreeBSD NetBSD
12
13 . /etc/rc.subr
14
15 name="rwhod"
16 rcvar="`set_rcvar`"
17 command="/usr/sbin/${name}"
18
19 load_rc_config $name
20 run_rc_command "$1"