svn commit: r251997 - head/usr.sbin/bsdconfig/share

Devin Teske dteske at FreeBSD.org
Wed Jun 19 17:14:59 UTC 2013


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


More information about the svn-src-head mailing list