freebsd-skq/usr.sbin/bsdconfig
Devin Teske 6e0adcda1f More-accurately replicate the help system from sysinstall(8). However, also
improve upon the system by giving the user a "Help" button instead of requiring
the user to press F1.

NOTE: In FreeBSD-9 and higher, dialog(1) does not support the F1 hook, so the
      mechanism for providing help to the user had to be changed to a button.

This now means we can resurrect *.hlp files from usr.sbin/sysinstall/help/ as-
is and reusing them as-needed in bsdconfig (holding to the goal of losing as
little functionality from sysinstall as possible).

Reviewed by:	adrian (co-mentor)
Approved by:	adrian (co-mentor)
2012-10-18 18:43:54 +00:00
..
console Reverse SVN r240770 -- jilles@ made a suggestion that allowed us to redesign 2012-09-21 19:03:25 +00:00
diskmgmt Move major includes into /usr/share/bsdconfig for easy external access. 2012-09-18 22:28:42 +00:00
docsinstall Move major includes into /usr/share/bsdconfig for easy external access. 2012-09-18 22:28:42 +00:00
dot SVN r240684 broke the ability of the dot module to map include dependencies. 2012-10-13 03:56:33 +00:00
examples
include More-accurately replicate the help system from sysinstall(8). However, also 2012-10-18 18:43:54 +00:00
mouse Reverse SVN r240770 -- jilles@ made a suggestion that allowed us to redesign 2012-09-21 19:03:25 +00:00
networking Reverse SVN r240770 -- jilles@ made a suggestion that allowed us to redesign 2012-09-21 19:03:25 +00:00
password Change all invocations of dialog(1) to no-longer require temporary files. 2012-09-20 23:44:13 +00:00
security Change all invocations of dialog(1) to no-longer require temporary files. 2012-09-20 23:44:13 +00:00
share More-accurately replicate the help system from sysinstall(8). However, also 2012-10-18 18:43:54 +00:00
startup Replace "( : ${var?} )" syntax with better "[ ${var+set} ]" syntax. 2012-09-22 04:04:02 +00:00
timezone jilles accurately advises that, in the context of shell redirection, the `:' 2012-09-22 22:16:07 +00:00
ttys Move major includes into /usr/share/bsdconfig for easy external access. 2012-09-18 22:28:42 +00:00
usermgmt Reverse SVN r240770 -- jilles@ made a suggestion that allowed us to redesign 2012-09-21 19:03:25 +00:00
bsdconfig More-accurately replicate the help system from sysinstall(8). However, also 2012-10-18 18:43:54 +00:00
bsdconfig.8 Minor mdoc fixes. 2012-10-07 19:53:04 +00:00
Makefile Move major includes into /usr/share/bsdconfig for easy external access. 2012-09-18 22:28:42 +00:00
USAGE