Comments and fit to 80-columns.
Add more debugging to help with diagnosis of program-flow when needed.
Remove unnecessary duplicate initialization of the dialog(1) API (automaticallybootstrapped on-include unless DIALOG_SELF_INITIALIZE is set to NO before-hand)
Improve the debugging abilities and clean up debug messages. In most cases,all one has to do is set the environment variable DEBUGGING to get the debugmessages to appear on the console.
Add much-needed dialog(1) --inputbox function for simplifying the process ofrequesting input from the user.
Whitespace.Approved by: adrian (co-mentor) (implicit)
Replicate a feature from sysinstall documented instable/9/usr.sbin/sysinstall/help/shortcuts.hlp (reproduced below):If /usr/sbin/sysinstall is linked to another filename, say`/usr/local/bin/confi
Replicate a feature from sysinstall documented instable/9/usr.sbin/sysinstall/help/shortcuts.hlp (reproduced below):If /usr/sbin/sysinstall is linked to another filename, say`/usr/local/bin/configPackages', then the basename will be usedas an implicit command name.To get a list of modules you can link to, see `bsdconfig -h' output.Approved by: adrian (co-mentor) (implicit)
show more ...
Replace "( : ${var?} )" syntax with better "[ ${var+set} ]" syntax.Reviewed by: jilles, adrian (co-mentor)Approved by: jilles, adrian (co-mentor)
Spelling and whitespace corrections.Reviewed by: adrian (co-mentor)Approved by: adrian (co-mentor)
Reverse SVN r240770 -- jilles@ made a suggestion that allowed us to redesignour embedded rescue environment to support /dev/null making r240770 obsolete.Reviewed by: jilles, adrian (co-mentor)App
Reverse SVN r240770 -- jilles@ made a suggestion that allowed us to redesignour embedded rescue environment to support /dev/null making r240770 obsolete.Reviewed by: jilles, adrian (co-mentor)Approved by: jilles, adrian (co-mentor)
Replace redirections to /dev/null with "close file-descriptor" syntax (>&-).Reviewed by: adrian (co-mentor)Approved by: adrian (co-mentor)
Change all invocations of dialog(1) to no-longer require temporary files.This allows bsdconfig to -- like bsdinstall -- operate from read-only media.Reviewed by: adrian (co-mentor)Approved by: ad
Change all invocations of dialog(1) to no-longer require temporary files.This allows bsdconfig to -- like bsdinstall -- operate from read-only media.Reviewed by: adrian (co-mentor)Approved by: adrian (co-mentor)
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)
123