Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jun 2013 17:14:59 +0000 (UTC)
From:      Devin Teske <dteske@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r251997 - head/usr.sbin/bsdconfig/share
Message-ID:  <201306191714.r5JHExfo000265@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306191714.r5JHExfo000265>