svn commit: r388693 - in head/emulators/open-vm-tools: . files

Steve Wills swills at FreeBSD.org
Sun Jun 7 12:53:17 UTC 2015


Author: swills
Date: Sun Jun  7 12:53:15 2015
New Revision: 388693
URL: https://svnweb.freebsd.org/changeset/ports/388693

Log:
  emulators/open-vm-tools: Fix pam issue
  
  While here, fix a plist issue
  
  PR:		200637

Added:
  head/emulators/open-vm-tools/files/patch-scripts_linux_pam.d_vmtoolsd   (contents, props changed)
Modified:
  head/emulators/open-vm-tools/Makefile
  head/emulators/open-vm-tools/pkg-plist

Modified: head/emulators/open-vm-tools/Makefile
==============================================================================
--- head/emulators/open-vm-tools/Makefile	Sun Jun  7 12:20:58 2015	(r388692)
+++ head/emulators/open-vm-tools/Makefile	Sun Jun  7 12:53:15 2015	(r388693)
@@ -3,7 +3,7 @@
 
 PORTNAME=		open-vm-tools
 PORTVERSION=		${BUILD_VER}
-PORTREVISION=	11
+PORTREVISION=		12
 PORTEPOCH=		1
 CATEGORIES=		emulators
 MASTER_SITES=		SF/${PORTNAME}/${PORTNAME}/stable-9.4.x

Added: head/emulators/open-vm-tools/files/patch-scripts_linux_pam.d_vmtoolsd
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/emulators/open-vm-tools/files/patch-scripts_linux_pam.d_vmtoolsd	Sun Jun  7 12:53:15 2015	(r388693)
@@ -0,0 +1,10 @@
+--- scripts/linux/pam.d/vmtoolsd.orig	2013-09-23 15:51:10 UTC
++++ scripts/linux/pam.d/vmtoolsd
+@@ -1,7 +1,3 @@
+ #%PAM-1.0
+-auth       sufficient       pam_unix2.so nullok
+ auth       sufficient       pam_unix.so shadow nullok
+-auth       required         pam_unix_auth.so shadow nullok
+-account    sufficient       pam_unix2.so
+ account    sufficient       pam_unix.so
+-account    required         pam_unix_acct.so

Modified: head/emulators/open-vm-tools/pkg-plist
==============================================================================
--- head/emulators/open-vm-tools/pkg-plist	Sun Jun  7 12:20:58 2015	(r388692)
+++ head/emulators/open-vm-tools/pkg-plist	Sun Jun  7 12:53:15 2015	(r388693)
@@ -57,3 +57,5 @@ share/vmware-tools/scripts/vmware/networ
 @rmtry share/vmware-tools/tools.conf
 @rmtry etc/vmware-tools/plugins
 etc/pam.d/vmtoolsd
+ at dir %%DATADIR%%/scripts/vmware
+ at dir %%DATADIR%%/tests


More information about the svn-ports-head mailing list