mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-25 11:37:56 +00:00
Alphabetize reserved-word (resword) registration.
This commit is contained in:
parent
fa8b43c808
commit
3daac03bb7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=251997
@ -159,10 +159,6 @@ f_resword_new loadConfig f_script_load
|
||||
# device.subr
|
||||
f_resword_new deviceRescan f_device_rescan
|
||||
|
||||
# variable.subr
|
||||
f_resword_new installVarDefaults f_variable_set_defaults
|
||||
f_resword_new dumpVariables f_dump_variables
|
||||
|
||||
# media/common.subr
|
||||
f_resword_new mediaOpen f_media_open
|
||||
f_resword_new mediaClose f_media_close
|
||||
@ -192,6 +188,10 @@ f_resword_new mediaSetHTTPProxy f_media_set_http_proxy
|
||||
# packages/packages.subr
|
||||
f_resword_new configPackages f_package_config
|
||||
|
||||
# variable.subr
|
||||
f_resword_new installVarDefaults f_variable_set_defaults
|
||||
f_resword_new dumpVariables f_dump_variables
|
||||
|
||||
f_dprintf "%s: Successfully loaded." script.subr
|
||||
|
||||
fi # ! $_SCRIPT_SUBR
|
||||
|
Loading…
Reference in New Issue
Block a user