summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2014-06-10 18:05:54 +0400
committerIgor Pashev <pashev.igor@gmail.com>2014-06-10 18:05:54 +0400
commitadc9ff12edb76d9b37f6761d1602a107577ebf71 (patch)
tree080149b7b2fec720e06442d0d65f63a2ea9bcc22
parent22a1e9014d9515bd88ecaf4ac2e97a85c720dd31 (diff)
downloadvirtualbox-adc9ff12edb76d9b37f6761d1602a107577ebf71.tar.gz
Fixed path to VBoxService
-rw-r--r--debian/patches/dyson-guest-vboxservice-manifest-exec.patch13
-rw-r--r--debian/patches/series1
2 files changed, 14 insertions, 0 deletions
diff --git a/debian/patches/dyson-guest-vboxservice-manifest-exec.patch b/debian/patches/dyson-guest-vboxservice-manifest-exec.patch
new file mode 100644
index 000000000..9611f2894
--- /dev/null
+++ b/debian/patches/dyson-guest-vboxservice-manifest-exec.patch
@@ -0,0 +1,13 @@
+Index: virtualbox/src/VBox/Additions/solaris/Installer/vboxservice.xml
+===================================================================
+--- virtualbox.orig/src/VBox/Additions/solaris/Installer/vboxservice.xml 2014-06-10 18:03:56.220406093 +0400
++++ virtualbox/src/VBox/Additions/solaris/Installer/vboxservice.xml 2014-06-10 18:04:42.545670980 +0400
+@@ -56,7 +56,7 @@
+ <exec_method
+ type='method'
+ name='start'
+- exec='/usr/bin/VBoxService'
++ exec='/usr/sbin/VBoxService'
+ timeout_seconds='30' />
+
+ <exec_method
diff --git a/debian/patches/series b/debian/patches/series
index 5598568a8..9887627e9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -35,3 +35,4 @@ dyson-build-docs.patch
dyson-VBoxOGL_FAKEDRI.patch
dyson-guest-servces-enable.patch
dyson-guest-servces-fix-dtd.patch
+dyson-guest-vboxservice-manifest-exec.patch