mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-08 02:53:51 +00:00
rc.subr: Make sure all functions are under if [ -z "${_rc_subr_loaded}" ].
This commit is contained in:
parent
472d2173ba
commit
1cbcfc538b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=223298
@ -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=:
|
||||
|
Loading…
x
Reference in New Issue
Block a user