diff options
Diffstat (limited to 'etc/rc.d')
-rwxr-xr-x | etc/rc.d/LOGIN | 2 | ||||
-rwxr-xr-x | etc/rc.d/utx | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.d/LOGIN b/etc/rc.d/LOGIN index ad4c8a7..2b45ba8 100755 --- a/etc/rc.d/LOGIN +++ b/etc/rc.d/LOGIN @@ -4,7 +4,7 @@ # # 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 diff --git a/etc/rc.d/utx b/etc/rc.d/utx index 12f1f6a..694829f 100755 --- a/etc/rc.d/utx +++ b/etc/rc.d/utx @@ -5,6 +5,7 @@ # PROVIDE: utx # REQUIRE: DAEMON FILESYSTEMS +# BEFORE: LOGIN # KEYWORD: shutdown . /etc/rc.subr |