Pre-2.0 release, MFC some driver fixes related to interrupt management.
[dragonfly.git] / etc / rc.d / LOGIN
blob73fab799a3d5dc47aff1d6a09d3f088b857e93fb
1 #!/bin/sh
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.4 2005/11/19 21:47:32 swildner Exp $
8 # PROVIDE: LOGIN
9 # REQUIRE: DAEMON
11 # This is a dummy dependency to ensure user services such as xdm,
12 # inetd, cron and kerberos are started after everything else, in case
13 # the administrator has increased the system security level and
14 # wants to delay user logins until the system is (almost) fully
15 # operational.
16 . /etc/rc.subr
17 dummy_rc_command "$1"