]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC revisions 253175, 268999, 269027, 269351-269352, 269354, 269460,
authordteske <dteske@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 21 Oct 2014 18:31:08 +0000 (18:31 +0000)
committerdteske <dteske@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 21 Oct 2014 18:31:08 +0000 (18:31 +0000)
commit86ec21575f4a5a94db8244ac4c752b55cc6aa735
tree817b7886b6c31726d3503bfb3949ead4c5f05168
parentefb58e1666a6cde0f79f5a2ac0769c6f890061e8
MFC revisions 253175, 268999, 269027, 269351-269352, 269354, 269460,
270283, 270505, 270954, 270989, 273067, and 273068:
r253175: Introduce f_which() to common.subr
r268999: Add new bsdconfig example scripts; remove obsolete ones
r269027: Update bsdconfig dot module; fixes and enhancements
r269351: Add setvar() for non-FreeBSD platforms using bash as /bin/sh
r269352: Fix syntax error when run under bash
r269354: Update setvar() function introduced in r269351
r269460: Update f_xdialog_info() in bsdconfig's dialog.subr include
r270283: Add `-A' flag to pkg-install(8) when installing dependencies
r270505: Optimize f_which() to be slightly faster still (common.subr)
r270954: Update f_dialog_init() for safer getopts usage (dialog.subr)
r270989: Fix for previously mentioned r270954
r273067: Fix awk(1) asorti() implementation to work when called in a loop
r273068: Rename awk(1) asorti() to prevent conflict with GNU awk(1)

git-svn-id: svn://svn.freebsd.org/base/stable/9@273398 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
18 files changed:
usr.sbin/bsdconfig/dot/dot
usr.sbin/bsdconfig/dot/include/messages.subr
usr.sbin/bsdconfig/examples/Makefile
usr.sbin/bsdconfig/examples/add_some_packages.sh [new file with mode: 0755]
usr.sbin/bsdconfig/examples/browse_packages_ftp.sh [deleted file]
usr.sbin/bsdconfig/examples/browse_packages_http.sh
usr.sbin/bsdconfig/include/messages.subr
usr.sbin/bsdconfig/includes/includes
usr.sbin/bsdconfig/share/common.subr
usr.sbin/bsdconfig/share/device.subr
usr.sbin/bsdconfig/share/dialog.subr
usr.sbin/bsdconfig/share/media/http.subr
usr.sbin/bsdconfig/share/media/httpproxy.subr
usr.sbin/bsdconfig/share/packages/Makefile
usr.sbin/bsdconfig/share/packages/categories.subr [changed mode: 0755->0644]
usr.sbin/bsdconfig/share/packages/index.subr [changed mode: 0755->0644]
usr.sbin/bsdconfig/share/packages/musthavepkg.subr [new file with mode: 0644]
usr.sbin/bsdconfig/share/packages/packages.subr [changed mode: 0755->0644]