summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/bsdconfig/share/script.subr8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/bsdconfig/share/script.subr b/usr.sbin/bsdconfig/share/script.subr
index 365e664..8715281 100644
--- a/usr.sbin/bsdconfig/share/script.subr
+++ b/usr.sbin/bsdconfig/share/script.subr
@@ -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
OpenPOWER on IntegriCloud