rc.subr: Make sure all functions are under if [ -z "${_rc_subr_loaded}" ].

This commit is contained in:
Jilles Tjoelker 2011-06-19 15:23:32 +00:00
parent 472d2173ba
commit 1cbcfc538b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=223298

View File

@ -1732,8 +1732,6 @@ check_required_after()
return 0
}
fi
# check_kern_features mib
# Return existence of kern.features.* sysctl MIB as true or
# false. The result will be cached in $_rc_cache_kern_features_
@ -1775,4 +1773,6 @@ _echoonce()
esac
}
fi # [ -z "${_rc_subr_loaded}" ]
_rc_subr_loaded=: