Backport a fix from upstream that broke UFS

Reported by:	dim
Obtained from:	VMware
This commit is contained in:
Josh Paetzel 2018-02-25 15:35:07 +00:00
parent de0cd10fe2
commit 2715780414
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462960
2 changed files with 11 additions and 1 deletions

View file

@ -4,7 +4,7 @@
PORTNAME= open-vm-tools
PORTVERSION= ${RELEASE_VER}
DISTVERSIONPREFIX= stable-
PORTREVISION= 2
PORTREVISION= 3
PORTEPOCH= 2
CATEGORIES= emulators

View file

@ -0,0 +1,10 @@
--- lib/wiper/wiperPosix.c.orig 2018-02-24 17:51:48 UTC
+++ lib/wiper/wiperPosix.c
@@ -143,6 +143,7 @@ static const PartitionInfo gKnownPartitions[] = {
{ "ntfs", PARTITION_NTFS, NULL, TRUE },
{ "pcfs", PARTITION_PCFS, NULL, TRUE },
{ "reiserfs", PARTITION_REISERFS, NULL, TRUE },
+ { "ufs", PARTITION_UFS, NULL, TRUE },
{ "vfat", PARTITION_FAT, NULL, TRUE },
{ "zfs", PARTITION_ZFS, NULL, FALSE },
{ "xfs", PARTITION_XFS, NULL, TRUE },