Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
META MODE: Update dependencies with 'the-lot' and add missing directories.This is not properly respecting WITHOUT or ARCH dependencies in target/.Doing so requires a massive effort to rework targe
META MODE: Update dependencies with 'the-lot' and add missing directories.This is not properly respecting WITHOUT or ARCH dependencies in target/.Doing so requires a massive effort to rework targets/ to do so. Abetter approach will be to either include the SUBDIR Makefiles directlyand map to DIRDEPS or just dynamically lookup the SUBDIR. These losethe benefit of having a userland/lib, userland/libexec, etc, though andresults in a massive package. The current implementation of targets/ isvery unmaintainable.Currently rescue/rescue and sys/modules are still not connected.Sponsored by: EMC / Isilon Storage Division
show more ...
META MODE: These need object directories to handle staging.Sponsored by: EMC / Isilon Storage Division
Follow-up to r255036; remove beforeinstall directives from bsdconfig(8)Makefile's, fixing concurrent installworld (`make -j17 installworld').Thanks to: delphij, emasteReviewed by: delphijMFC aft
Follow-up to r255036; remove beforeinstall directives from bsdconfig(8)Makefile's, fixing concurrent installworld (`make -j17 installworld').Thanks to: delphij, emasteReviewed by: delphijMFC after: 3 daysX-MFC-to: stable/10, stable/9
Rewrite usermgmt -- hooking it into the scripting system with dispatchcommands addUser, deleteUser, and editUser. Getting rid of the awkward-to-use `userinput' bolt-on which Ron and I talked about
Rewrite usermgmt -- hooking it into the scripting system with dispatchcommands addUser, deleteUser, and editUser. Getting rid of the awkward-to-use `userinput' bolt-on which Ron and I talked about rewriting.
Rewrite groupmgmt -- hooking it into the scripting system with dispatchcommands groupAdd, groupDelete, and groupEdit. Getting rid of the awkward-to-use `groupinput' bolt-on which Ron and I talked a
Rewrite groupmgmt -- hooking it into the scripting system with dispatchcommands groupAdd, groupDelete, and groupEdit. Getting rid of the awkward-to-use `groupinput' bolt-on which Ron and I talked about rewriting.
Sort messages.
Perform some code consolidation and add some additional errorchecking/reporting. (similar to SVN revisions 251919 and 251928)
Add a prompt to the "Add User" and "Add Group" sub-menu items (under the"Login Management" module): Use default values for all account details?If you select "Yes" (the default is "No"), you'll jum
Add a prompt to the "Add User" and "Add Group" sub-menu items (under the"Login Management" module): Use default values for all account details?If you select "Yes" (the default is "No"), you'll jump past all the promptsand jump straight to the review screen with all-default values.Makes adding a lot of users/groups faster/easier if you don't need tocustomize more than one or two different values from their defaults.
UI improvements. First, implement --default-item whenever and whereverpossible to save keystrokes. Second, overhaul startup/rcdelete for muchimproved performance. Last, but not least, kill-off usea
UI improvements. First, implement --default-item whenever and whereverpossible to save keystrokes. Second, overhaul startup/rcdelete for muchimproved performance. Last, but not least, kill-off useage of --clearand implement --keep-tite in harmony to minimize jarring transitions.Also, fix local variable names where necessary while we're here withother minor comment-enhancements/typo-corrections.
Resurrect and integrate stable/9/usr.sbin/sysinstall/help/usermgmt.hlpApproved by: adrian (co-mentor) (implicit)
Move major includes into /usr/share/bsdconfig for easy external access.Reviewed by: adrian (co-mentor)Approved by: adrian (co-mentor)
Import bsdconfig(8) as a replacement for the post-install abilities ofdeprecated sysinstall(8). NOTE: WITH_BSDCONFIG is currently required.Submitted by: Devin Teske (dteske), Ron McDowell <rcm@fuz
Import bsdconfig(8) as a replacement for the post-install abilities ofdeprecated sysinstall(8). NOTE: WITH_BSDCONFIG is currently required.Submitted by: Devin Teske (dteske), Ron McDowell <rcm@fuzzwad.org>Reviewed by: Ron McDowell <rcm@fuzzwad.org>Approved by: Ed Maste (emaste)