emulators/open-vm-tools: sync with upstream
Taken from: FreeBSD
This commit is contained in:
parent
d7752c50c4
commit
0b14efff8d
3 changed files with 13 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue