Fix a bug that resulted in spurious error message "f_media_shutdown_http:

not found" from /usr/libexec/bsdconfig/030.packages/packages.
This commit is contained in:
dteske 2013-11-06 18:43:16 +00:00
parent c6bf517ec1
commit 1070afa220

View File

@ -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