diff --git a/etc/rc.d/quota b/etc/rc.d/quota index eceb283157c0..792aa39df1a0 100755 --- a/etc/rc.d/quota +++ b/etc/rc.d/quota @@ -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 diff --git a/etc/rc.d/ypset b/etc/rc.d/ypset index f725545ac563..3ece6470a6fc 100755 --- a/etc/rc.d/ypset +++ b/etc/rc.d/ypset @@ -5,6 +5,7 @@ # PROVIDE: ypset # REQUIRE: ypbind +# BEFORE: quota # KEYWORD: shutdown . /etc/rc.subr