Date: Sat, 21 Jan 2023 05:31:01 GMT From: Alex Kozlov <ak@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5d3b4fd46bbd - main - sysutils/bhyve+: Add comments to a few empty files Message-ID: <202301210531.30L5V113081732@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ak: URL: https://cgit.FreeBSD.org/ports/commit/?id=5d3b4fd46bbd9bac86b37e886cf5707073a642fc commit 5d3b4fd46bbd9bac86b37e886cf5707073a642fc Author: Gabor Pali <pali.gabor@gmail.com> AuthorDate: 2023-01-21 05:29:16 +0000 Commit: Alex Kozlov <ak@FreeBSD.org> CommitDate: 2023-01-21 05:30:01 +0000 sysutils/bhyve+: Add comments to a few empty files - Add comments to a few zero length files to mark them used --- sysutils/bhyve+/files/kernconf/opt_bhyve_snapshot.h | 1 + sysutils/bhyve+/files/kernconf/opt_inet.h | 1 + sysutils/bhyve+/files/kernconf/opt_inet6.h | 1 + sysutils/bhyve+/files/kernconf/opt_platform.h | 1 + 4 files changed, 4 insertions(+) diff --git a/sysutils/bhyve+/files/kernconf/opt_bhyve_snapshot.h b/sysutils/bhyve+/files/kernconf/opt_bhyve_snapshot.h index e69de29bb2d1..858b221cffac 100644 --- a/sysutils/bhyve+/files/kernconf/opt_bhyve_snapshot.h +++ b/sysutils/bhyve+/files/kernconf/opt_bhyve_snapshot.h @@ -0,0 +1 @@ +/* This file is left blank intentionally. */ diff --git a/sysutils/bhyve+/files/kernconf/opt_inet.h b/sysutils/bhyve+/files/kernconf/opt_inet.h index e69de29bb2d1..858b221cffac 100644 --- a/sysutils/bhyve+/files/kernconf/opt_inet.h +++ b/sysutils/bhyve+/files/kernconf/opt_inet.h @@ -0,0 +1 @@ +/* This file is left blank intentionally. */ diff --git a/sysutils/bhyve+/files/kernconf/opt_inet6.h b/sysutils/bhyve+/files/kernconf/opt_inet6.h index e69de29bb2d1..858b221cffac 100644 --- a/sysutils/bhyve+/files/kernconf/opt_inet6.h +++ b/sysutils/bhyve+/files/kernconf/opt_inet6.h @@ -0,0 +1 @@ +/* This file is left blank intentionally. */ diff --git a/sysutils/bhyve+/files/kernconf/opt_platform.h b/sysutils/bhyve+/files/kernconf/opt_platform.h index e69de29bb2d1..858b221cffac 100644 --- a/sysutils/bhyve+/files/kernconf/opt_platform.h +++ b/sysutils/bhyve+/files/kernconf/opt_platform.h @@ -0,0 +1 @@ +/* This file is left blank intentionally. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301210531.30L5V113081732>