Bug 242403 - [NEW PORT] sysutils/virt-what: utility to check whether the script is being run in virtual or bare metal environment
Summary: [NEW PORT] sysutils/virt-what: utility to check whether the script is being r...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-03 12:44 UTC by Juraj Lutter
Modified: 2019-12-09 14:48 UTC (History)
2 users (show)

See Also:


Attachments
sysutils/virt-what shell archive (1.95 KB, text/plain)
2019-12-03 12:44 UTC, Juraj Lutter
no flags Details
sysutils/virt-what shell archive (1.97 KB, text/plain)
2019-12-03 15:49 UTC, Juraj Lutter
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Juraj Lutter freebsd_committer freebsd_triage 2019-12-03 12:44:04 UTC
Created attachment 209649 [details]
sysutils/virt-what shell archive

Hi,

please see the new port, sysutils/virt-what.

It is a utility to check whether the script is being run in virtual or bare metal environment.
Comment 1 Juraj Lutter freebsd_committer freebsd_triage 2019-12-03 15:49:13 UTC
Created attachment 209661 [details]
sysutils/virt-what shell archive
Comment 3 commit-hook freebsd_committer freebsd_triage 2019-12-09 14:45:32 UTC
A commit references this bug:

Author: swills
Date: Mon Dec  9 14:45:13 UTC 2019
New revision: 519618
URL: https://svnweb.freebsd.org/changeset/ports/519618

Log:
  sysutils/virt-what: create port

  virt-what is a shell script which can be used to detect if the program
  is running in a virtual machine.

  virt-what supports a very large number of different hypervisor types,
  including common open source hypervisors (KVM, Xen, QEMU, VirtualBox),
  mainframe systems like IBM Systemz, LPAR, z/VM, hardware partitioning
  schemes like Hitachi Virtage, proprietary hypervisors like VMWare,
  Microsoft Hyper-V and much more.

  WWW: https://people.redhat.com/~rjones/virt-what/

  PR:		242403
  Submitted by:	Juraj Lutter <juraj@lutter.sk>

Changes:
  head/sysutils/Makefile
  head/sysutils/virt-what/
  head/sysutils/virt-what/Makefile
  head/sysutils/virt-what/distinfo
  head/sysutils/virt-what/pkg-descr
Comment 4 Steve Wills freebsd_committer freebsd_triage 2019-12-09 14:48:53 UTC
Committed, thanks!