]> git.pld-linux.org Git - packages/open-vm-tools.git/commitdiff
patches missing in previous commit (thanks Bartek Szady)
authorJan Palus <atler@pld-linux.org>
Wed, 30 Nov 2016 12:41:14 +0000 (13:41 +0100)
committerJan Palus <atler@pld-linux.org>
Wed, 30 Nov 2016 12:41:56 +0000 (13:41 +0100)
open-vm-tools-dnd.patch [new file with mode: 0644]
vmware-vmblock-fuse.service [new file with mode: 0644]

diff --git a/open-vm-tools-dnd.patch b/open-vm-tools-dnd.patch
new file mode 100644 (file)
index 0000000..0576abc
--- /dev/null
@@ -0,0 +1,11 @@
+--- open-vm-tools-stable-10.0.7.orig/open-vm-tools/services/plugins/dndcp/Makefile.am  2016-10-27 23:47:54.876016950 +0200
++++ open-vm-tools-stable-10.0.7/open-vm-tools/services/plugins/dndcp/Makefile.am       2016-10-28 00:00:07.528761831 +0200
+@@ -18,7 +18,7 @@
+ plugindir = @VMUSR_PLUGIN_INSTALLDIR@
+ plugin_LTLIBRARIES = libdndcp.la
+-libdndcp_la_CPPFLAGS =
++libdndcp_la_CPPFLAGS = -Dvmblock_fuse
+ libdndcp_la_CPPFLAGS += @GTK_CPPFLAGS@
+ libdndcp_la_CPPFLAGS += @GTKMM_CPPFLAGS@
+ libdndcp_la_CPPFLAGS += @PLUGIN_CPPFLAGS@
diff --git a/vmware-vmblock-fuse.service b/vmware-vmblock-fuse.service
new file mode 100644 (file)
index 0000000..9e4d2a3
--- /dev/null
@@ -0,0 +1,12 @@
+[Unit]
+Description=Open Virtual Machine Tools (vmware-vmblock-fuse)
+ConditionVirtualization=vmware
+
+[Service]
+Type=simple
+RuntimeDirectory=vmblock-fuse
+RuntimeDirectoryMode=755
+ExecStart=/usr/bin/vmware-vmblock-fuse -d -f -o subtype=vmware-vmblock,default_permissions,allow_other /run/vmblock-fuse
+
+[Install]
+WantedBy=multi-user.target
This page took 0.213464 seconds and 4 git commands to generate.