freebsd-dev/usr.sbin/bsdconfig
Devin Teske 1f843bc059 Allow deferred word-splitting via f_sysrc_get() by allowing $IFS in the
"clean-room" environment used to query rc.conf(5) parameters.

This brings bsdconfig(8)'s sysrc.subr in-line with both the sysrc(8) manual
[provided by sysutils/sysrc] and sysrc(8)'s own sysrc.subr (now identical to
bsdconfig(8)'s sysrc.subr as of this patch).

Finally, this will allow a clean import of sysutils/sysrc (sans sysrc.subr,
already provided here).

Reviewed by:	jilles
Approved by:	adrian (co-mentor)
2012-09-29 03:41:21 +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 Move major includes into /usr/share/bsdconfig for easy external access. 2012-09-18 22:28:42 +00:00
examples
include Spelling and whitespace corrections. 2012-09-22 03:11:35 +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 Allow deferred word-splitting via f_sysrc_get() by allowing $IFS in the 2012-09-29 03:41:21 +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 Reverse SVN r240770 -- jilles@ made a suggestion that allowed us to redesign 2012-09-21 19:03:25 +00:00
bsdconfig.8
Makefile Move major includes into /usr/share/bsdconfig for easy external access. 2012-09-18 22:28:42 +00:00
USAGE