Date: Wed, 6 Nov 2013 18:43:16 +0000 (UTC) From: Devin Teske <dteske@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r257756 - head/usr.sbin/bsdconfig/share/media Message-ID: <201311061843.rA6IhGmP095811@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dteske Date: Wed Nov 6 18:43:16 2013 New Revision: 257756 URL: http://svnweb.freebsd.org/changeset/base/257756 Log: Fix a bug that resulted in spurious error message "f_media_shutdown_http: not found" from /usr/libexec/bsdconfig/030.packages/packages. Modified: head/usr.sbin/bsdconfig/share/media/http.subr Modified: head/usr.sbin/bsdconfig/share/media/http.subr ============================================================================== --- head/usr.sbin/bsdconfig/share/media/http.subr Wed Nov 6 18:26:38 2013 (r257755) +++ head/usr.sbin/bsdconfig/share/media/http.subr Wed Nov 6 18:43:16 2013 (r257756) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311061843.rA6IhGmP095811>