From 1070afa220ccfc51218967e7d40e8e2b77985dbb Mon Sep 17 00:00:00 2001 From: dteske Date: Wed, 6 Nov 2013 18:43:16 +0000 Subject: [PATCH] Fix a bug that resulted in spurious error message "f_media_shutdown_http: not found" from /usr/libexec/bsdconfig/030.packages/packages. --- usr.sbin/bsdconfig/share/media/http.subr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/bsdconfig/share/media/http.subr b/usr.sbin/bsdconfig/share/media/http.subr index 97c4ed02f2d2..43290b13f403 100644 --- a/usr.sbin/bsdconfig/share/media/http.subr +++ b/usr.sbin/bsdconfig/share/media/http.subr @@ -321,7 +321,7 @@ f_media_set_http() device_http set type $DEVICE_TYPE_HTTP device_http set init f_media_init_http device_http set get f_media_get_http - device_http set shutdown f_media_shutdown_http + device_http set shutdown : device_http set private network f_struct_copy device_http device_media f_struct_free device_http