]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC revisions 260894,260899,262895-262902,262904,262908-262910,262982,
authordteske <dteske@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 1 Apr 2014 00:19:13 +0000 (00:19 +0000)
committerdteske <dteske@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 1 Apr 2014 00:19:13 +0000 (00:19 +0000)
commitf89bd6d33f05cdd201e4ef3265d52d08259bf6f4
tree88dc95c2cdf07db9c66e2f378ca9a7b0fbd47237
parentf23daf32459d3a99a71786b0cf4e3af10b4cc192
MFC revisions 260894,260899,262895-262902,262904,262908-262910,262982,
262984,263133-263137,263139,263141,263144-263150, and (partially) 263249
(31 revisions; summarized below)...
r260894: Optimize f_expand_number(), improving performance
r260899: s/__number/__num/ in f_expand_number()
r262895: Allow dispatched reswords to carry arguments
r262896: Add missing local declaration
r262897: Fix a typo in a comment
r262898: Fix incorrect return status if var_to_set and var_to_get are same
r262899: Make f_show_err non-fatal
r262900: Centralize function name; Update a comment while here
r262901: s/__num/__number/ in f_expand_number()
r262902: Comment to go with NL global introduced by previous commit
r262904: Rewrite groupmgmt -- hooking it into the scripting system
r262908: Change dispatch words from group* to *Group for backward compat
r262909: Fix copy/paste error in a comment
r262910: Take a group name on the command-line if available
r262982: Whitespace
r262984: Remove vestigial global, no longer used since r262904
r263133: Remove indexfile from debug statement (already logged)
r263134: Add debug statement just before attempting to exec a module
r263135: Comments
r263136: Update copyright
r263137: Fix future namespace issues for functions taking $var_to_set
r263139: Remove useless NULL string in compound strings
r263141: Pointy hat! Fix a broken f_isinteger()
r263144: Fix a code-typo that prevented auto-sizing of a dialog
r263145: Fix comments and whitespace
r263146: Reduce the sleep cycle when using dialog(1) [infobox] to 1-second
r263147: Fix a bug preventing errors from pw(8) from appearing
r263148: For non-interactive scripts, forgot to check argument
r263149: Add protection against input containing single-quotes
r263150: Rewrite usermgmt
r263249: (partial) Add more obsolete files

git-svn-id: svn://svn.freebsd.org/base/stable/10@263980 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
25 files changed:
ObsoleteFiles.inc
usr.sbin/bsdconfig/bsdconfig
usr.sbin/bsdconfig/share/common.subr
usr.sbin/bsdconfig/share/device.subr
usr.sbin/bsdconfig/share/dialog.subr
usr.sbin/bsdconfig/share/keymap.subr
usr.sbin/bsdconfig/share/script.subr
usr.sbin/bsdconfig/share/strings.subr
usr.sbin/bsdconfig/share/variable.subr
usr.sbin/bsdconfig/timezone/share/menus.subr
usr.sbin/bsdconfig/usermgmt/Makefile
usr.sbin/bsdconfig/usermgmt/groupadd
usr.sbin/bsdconfig/usermgmt/groupdel
usr.sbin/bsdconfig/usermgmt/groupedit
usr.sbin/bsdconfig/usermgmt/groupinput [deleted file]
usr.sbin/bsdconfig/usermgmt/include/messages.subr
usr.sbin/bsdconfig/usermgmt/share/Makefile
usr.sbin/bsdconfig/usermgmt/share/group.subr [new file with mode: 0644]
usr.sbin/bsdconfig/usermgmt/share/group_input.subr
usr.sbin/bsdconfig/usermgmt/share/user.subr [new file with mode: 0644]
usr.sbin/bsdconfig/usermgmt/share/user_input.subr
usr.sbin/bsdconfig/usermgmt/useradd
usr.sbin/bsdconfig/usermgmt/userdel
usr.sbin/bsdconfig/usermgmt/useredit
usr.sbin/bsdconfig/usermgmt/userinput [deleted file]