summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/quota
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2009-06-01 04:55:13 +0000
committerdougb <dougb@FreeBSD.org>2009-06-01 04:55:13 +0000
commit868d2f6a927586fd01600a3c5e0aa99fbf2d7199 (patch)
treee6fd8c3640fd8a5b97d82cd5e85975ade052c74d /etc/rc.d/quota
parent949af7ef6805b84e2c94cb29f2cec4c127734be5 (diff)
downloadFreeBSD-src-868d2f6a927586fd01600a3c5e0aa99fbf2d7199.zip
FreeBSD-src-868d2f6a927586fd01600a3c5e0aa99fbf2d7199.tar.gz
Substitute ypset for ypbind in REQUIRE lines. If you use ypset it has to
happen right after ypbind, and before anything that uses NIS. The only change in rcorder accomplished by this patch is make that happen. PR: conf/117555 Submitted by: John Marshall <john@rwsrv05.mby.riverwillow.net.au>
Diffstat (limited to 'etc/rc.d/quota')
-rwxr-xr-xetc/rc.d/quota2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/quota b/etc/rc.d/quota
index 01d9802..6432f50 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
+# REQUIRE: mountcritremote ypset
# BEFORE: DAEMON
# KEYWORD: nojail
OpenPOWER on IntegriCloud