xref: /dragonfly/etc/rc.d/LOGIN (revision e1acdbad)
1#!/bin/sh
2#
3# $NetBSD: LOGIN,v 1.7 2002/03/22 04:33:57 thorpej Exp $
4# $FreeBSD: src/etc/rc.d/LOGIN,v 1.3 2002/10/12 13:49:20 schweikh Exp $
5# $DragonFly: src/etc/rc.d/LOGIN,v 1.3 2004/01/26 17:21:15 rob Exp $
6#
7
8# PROVIDE: LOGIN
9# REQUIRE: DAEMON
10# KEYWORD: DragonFly
11
12#	This is a dummy dependency to ensure user services such as xdm,
13#	inetd, cron and kerberos are started after everything else, in case
14#	the administrator has increased the system security level and
15#	wants to delay user logins until the system is (almost) fully
16#	operational.
17. /etc/rc.subr
18dummy_rc_command "$1"
19