#!/bin/sh
# PROVIDE: LOGIN
# REQUIRE: DAEMON

. /etc/rc.subr

name=login
start_cmd=:
stop_cmd=:

run_rc_command "$1"
