mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
emulators/open-vm-tools: Fix pam issue
While here, fix a plist issue PR: 200637
This commit is contained in:
parent
dd2a0ea104
commit
c8b07fac68
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388693
@ -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
|
||||
|
@ -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
|
@ -57,3 +57,5 @@ share/vmware-tools/scripts/vmware/network
|
||||
@rmtry share/vmware-tools/tools.conf
|
||||
@rmtry etc/vmware-tools/plugins
|
||||
etc/pam.d/vmtoolsd
|
||||
@dir %%DATADIR%%/scripts/vmware
|
||||
@dir %%DATADIR%%/tests
|
||||
|
Loading…
Reference in New Issue
Block a user