Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jun 2015 12:53:16 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388693 - in head/emulators/open-vm-tools: . files
Message-ID:  <201506071253.t57CrGrE033630@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
+@dir %%DATADIR%%/scripts/vmware
+@dir %%DATADIR%%/tests



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506071253.t57CrGrE033630>