Make quota come before ypset so ypset can be decoupled from the build

This commit is contained in:
Enji Cooper 2014-11-30 11:07:54 +00:00
parent d0082ce560
commit 270847f1b2
2 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@
# Enable/Check the quotas (must be after ypbind if using NIS)
# PROVIDE: quota
# REQUIRE: mountcritremote ypset
# REQUIRE: mountcritremote
# BEFORE: DAEMON
# KEYWORD: nojail

View File

@ -5,6 +5,7 @@
# PROVIDE: ypset
# REQUIRE: ypbind
# BEFORE: quota
# KEYWORD: shutdown
. /etc/rc.subr