summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2013-11-06 18:43:16 +0000
committerdteske <dteske@FreeBSD.org>2013-11-06 18:43:16 +0000
commit1070afa220ccfc51218967e7d40e8e2b77985dbb (patch)
tree42c2ca764dc96fc3ecf72d5e02e05d20e2902df3
parentc6bf517ec1ffdd985bbcf87dcf7c8d300d5be53d (diff)
downloadFreeBSD-src-1070afa220ccfc51218967e7d40e8e2b77985dbb.zip
FreeBSD-src-1070afa220ccfc51218967e7d40e8e2b77985dbb.tar.gz
Fix a bug that resulted in spurious error message "f_media_shutdown_http:
not found" from /usr/libexec/bsdconfig/030.packages/packages.
-rw-r--r--usr.sbin/bsdconfig/share/media/http.subr2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdconfig/share/media/http.subr b/usr.sbin/bsdconfig/share/media/http.subr
index 97c4ed0..43290b1 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
OpenPOWER on IntegriCloud