freebsd-nq/usr.sbin/bsdconfig/share
Devin Teske faf9d0ce1c Fix a bug that would cause a spurious warning to appear to appear in an
edge-case. The case was that you have been through the FTP setup once before
and on the second time through, you cancel at the re-selection of a new FTP
server.

The spurious warning was "device_media: not found" and was caused because
the underlying call to f_device_network_down() did not check to see if the
network device existed before attempting to shut it down.

Add checks to make sure we don't forge ahead unless the device exists.
2013-06-02 23:18:27 +00:00
..
media Fix a bug that would cause a spurious warning to appear to appear in an 2013-06-02 23:18:27 +00:00
packages Use f_isset() (introduced by r250317) instead of `f_quietly f_getvar ...'. 2013-06-02 22:54:36 +00:00
common.subr Fix option processing from the library layer to address unexpected 2013-06-02 22:04:39 +00:00
device.subr Improve portion of the dialog(1) API in dialog.subr responsible for 2013-06-01 23:58:44 +00:00
dialog.subr Make proper use of locals in f_dialog_init(). 2013-06-02 22:45:54 +00:00
Makefile Commit first portion of package module -- this includes the ability to view 2013-05-07 05:40:20 +00:00
mustberoot.subr Fix a bug in which the user's choice to Cancel was not properly recognized. 2013-06-02 23:15:12 +00:00
script.subr Commit first portion of package module -- this includes the ability to view 2013-05-07 05:40:20 +00:00
strings.subr Fix a copy/paste error within a comment. 2013-06-02 23:08:21 +00:00
struct.subr Import media selection/preparation framework (sysinstall inspired). Makes 2013-02-25 19:55:32 +00:00
sysrc.subr
variable.subr Similar to r251236, improve the portion of dialog(1) API in dialog.subr 2013-06-02 05:45:25 +00:00