Index: head/etc/rc.d/LOGIN =================================================================== --- head/etc/rc.d/LOGIN (revision 278705) +++ head/etc/rc.d/LOGIN (revision 278706) @@ -1,13 +1,13 @@ #!/bin/sh # # $FreeBSD$ # # PROVIDE: LOGIN -# REQUIRE: DAEMON utx +# REQUIRE: DAEMON # This is a dummy dependency to ensure user services such as xdm, # inetd, cron and kerberos are started after everything else, in case # the administrator has increased the system security level and # wants to delay user logins until the system is (almost) fully # operational. Index: head/etc/rc.d/utx =================================================================== --- head/etc/rc.d/utx (revision 278705) +++ head/etc/rc.d/utx (revision 278706) @@ -1,17 +1,18 @@ #!/bin/sh # # $FreeBSD$ # # PROVIDE: utx # REQUIRE: DAEMON FILESYSTEMS +# BEFORE: LOGIN # KEYWORD: shutdown . /etc/rc.subr name="utx" start_cmd="utx boot" stop_cmd="utx shutdown" load_rc_config $name run_rc_command "$1"