From c3cd626b8a5e75076a3e00f8f02f707a70ce17d2 Mon Sep 17 00:00:00 2001 From: dteske Date: Wed, 19 Jun 2013 17:14:59 +0000 Subject: Alphabetize reserved-word (resword) registration. --- usr.sbin/bsdconfig/share/script.subr | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'usr.sbin') 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 -- cgit v1.1