Date: Tue, 7 Aug 2018 02:32:29 +0000 (UTC) From: Kyle Evans <kevans@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r337403 - projects/bectl/lib/libbe Message-ID: <201808070232.w772WTq0090439@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kevans Date: Tue Aug 7 02:32:29 2018 New Revision: 337403 URL: https://svnweb.freebsd.org/changeset/base/337403 Log: This snippet is no longer from zfsbootcfg Modified: projects/bectl/lib/libbe/be.c Modified: projects/bectl/lib/libbe/be.c ============================================================================== --- projects/bectl/lib/libbe/be.c Tue Aug 7 01:56:37 2018 (r337402) +++ projects/bectl/lib/libbe/be.c Tue Aug 7 02:32:29 2018 (r337403) @@ -844,10 +844,6 @@ be_activate(libbe_handle_t *lbh, char *bootenv, bool t return (BE_ERR_NOENT); if (temporary) { - /* - * XXX TODO: give proper attribution to author(s) of zfsbootcfg - * for this snippet. - */ config = zpool_get_config(lbh->active_phandle, NULL); if (config == NULL) { printf("no config\n");
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808070232.w772WTq0090439>