mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Backport a fix from upstream that broke UFS
Reported by: dim Obtained from: VMware
This commit is contained in:
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
|
@ -4,7 +4,7 @@
|
|||
PORTNAME= open-vm-tools
|
||||
PORTVERSION= ${RELEASE_VER}
|
||||
DISTVERSIONPREFIX= stable-
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= emulators
|
||||
|
||||
|
|
10
emulators/open-vm-tools/files/patch-lib_wiper_wiperPosix.c
Normal file
10
emulators/open-vm-tools/files/patch-lib_wiper_wiperPosix.c
Normal 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 },
|
Loading…
Add table
Reference in a new issue