summaryrefslogtreecommitdiffstats
path: root/etc/rc.subr
diff options
context:
space:
mode:
authormtm <mtm@FreeBSD.org>2008-06-19 07:06:11 +0000
committermtm <mtm@FreeBSD.org>2008-06-19 07:06:11 +0000
commit3e6ea433a5fae3669626c47c9d73b43bc91449e8 (patch)
tree57af6e3ecbf24ede1869328e1892c7bfa44971f0 /etc/rc.subr
parent7a52073f5b5a8882a3604c6a2166017d64dddf22 (diff)
downloadFreeBSD-src-3e6ea433a5fae3669626c47c9d73b43bc91449e8.zip
FreeBSD-src-3e6ea433a5fae3669626c47c9d73b43bc91449e8.tar.gz
Make quota knob conform to other rc(8) knobs. Keep older knob for
compatibility. Requested by: Volker <volker@vwsoft.com>
Diffstat (limited to 'etc/rc.subr')
-rw-r--r--etc/rc.subr4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/rc.subr b/etc/rc.subr
index 341f3c8..15377b0 100644
--- a/etc/rc.subr
+++ b/etc/rc.subr
@@ -942,6 +942,10 @@ load_rc_config()
debug "Sourcing /etc/rc.conf.d/${_name}"
. /etc/rc.conf.d/"$_name"
fi
+
+ # Old variable names support
+ #
+ [ -n "$enable_quotas" ] && quota_enable="$enable_quotas"
}
#
OpenPOWER on IntegriCloud