From 270847f1b25f4e8a29228caf3a089c3f71183eb6 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Sun, 30 Nov 2014 11:07:54 +0000 Subject: [PATCH] Make quota come before ypset so ypset can be decoupled from the build --- etc/rc.d/quota | 2 +- etc/rc.d/ypset | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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