diff options
-rw-r--r-- | app-emulation/open-vm-tools/files/9.10.0-vgauth.patch | 22 | ||||
-rw-r--r-- | app-emulation/open-vm-tools/files/network | 22 | ||||
-rw-r--r-- | app-emulation/open-vm-tools/files/open-vm-tools.desktop | 6 |
3 files changed, 0 insertions, 50 deletions
diff --git a/app-emulation/open-vm-tools/files/9.10.0-vgauth.patch b/app-emulation/open-vm-tools/files/9.10.0-vgauth.patch deleted file mode 100644 index aa8d1e3e353c..000000000000 --- a/app-emulation/open-vm-tools/files/9.10.0-vgauth.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- a/vgauth/service/Makefile.am -+++ b/vgauth/service/Makefile.am -@@ -78,7 +78,7 @@ - $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ - $(LDFLAGS) -o $@ - else -- VGAuthService_LINK = $(LINK) -+ VGAuthService_LINK = $(CXXLINK) - endif - - # Message catalogs. ---- a/vgauth/service/Makefile.in -+++ b/vgauth/service/Makefile.in -@@ -322,7 +322,7 @@ - ../lib/libvgauth.la @XERCES_LIBS@ @XMLSECURITY_LIBS@ \ - @SSL_LIBS@ -lxerces-c -lxml-security-c -lssl -lcrypto \ - $(am__append_1) --@HAVE_ICU_FALSE@VGAuthService_LINK = $(LINK) -+@HAVE_ICU_FALSE@VGAuthService_LINK = $(CXXLINK) - @HAVE_ICU_TRUE@VGAuthService_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ - @HAVE_ICU_TRUE@ $(LIBTOOLFLAGS) --mode=link $(CXX) \ - @HAVE_ICU_TRUE@ $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ diff --git a/app-emulation/open-vm-tools/files/network b/app-emulation/open-vm-tools/files/network deleted file mode 100644 index 3608455a9bc0..000000000000 --- a/app-emulation/open-vm-tools/files/network +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh - -# -# net.eth0, net.eth1, network, wicd, NetworkManager -service="net.eth0" - -if ! rc-service -e ${service} -then - service="network" -fi - -case "$1" in - suspend-vm) - rc-service ${service} stop - ;; - resume-vm) - rc-service ${service} start - ;; - *) - ;; -esac - diff --git a/app-emulation/open-vm-tools/files/open-vm-tools.desktop b/app-emulation/open-vm-tools/files/open-vm-tools.desktop deleted file mode 100644 index 97d4abf17f80..000000000000 --- a/app-emulation/open-vm-tools/files/open-vm-tools.desktop +++ /dev/null @@ -1,6 +0,0 @@ -[Desktop Entry] -Type=Application -Exec=vmware-user-suid-wrapper -Name=VMware User Agent -X-KDE-autostart-phase=1 -NoDisplay=true |