Author: dougb
Date: Sat Apr 23 17:37:14 2011
New Revision: 220974
URL: http://svn.freebsd.org/changeset/base/220974

Log:
  As previously advertised, remove the error message for enable_quotas
  prior to 9.0-RELEASE.
  
  This change should not be MFC'ed.

Modified:
  head/etc/rc.subr

Modified: head/etc/rc.subr
==============================================================================
--- head/etc/rc.subr    Sat Apr 23 17:15:10 2011        (r220973)
+++ head/etc/rc.subr    Sat Apr 23 17:37:14 2011        (r220974)
@@ -1060,10 +1060,6 @@ load_rc_config()
                . /etc/rc.conf.d/"$_name"
        fi
 
-       # Old variable name support -- Remove before 9.0-RELEASE
-       #
-       [ -n "$enable_quotas" ] && err 1 "enable_quotas is deprecated, use 
quota_enable"
-
        # Set defaults if defined.
        for _var in $rcvar $rcvars; do
                _defval=`eval echo "\\\$${_var}_defval"`
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to