Author: dteske
Date: Wed Jun 19 17:14:59 2013
New Revision: 251997
URL: http://svnweb.freebsd.org/changeset/base/251997

Log:
  Alphabetize reserved-word (resword) registration.

Modified:
  head/usr.sbin/bsdconfig/share/script.subr

Modified: head/usr.sbin/bsdconfig/share/script.subr
==============================================================================
--- head/usr.sbin/bsdconfig/share/script.subr   Wed Jun 19 17:13:16 2013        
(r251996)
+++ head/usr.sbin/bsdconfig/share/script.subr   Wed Jun 19 17:14:59 2013        
(r251997)
@@ -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_
 # 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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to