summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Kuznetsov <vadimk@gentoo.org>2012-03-10 14:30:19 +0000
committerVadim Kuznetsov <vadimk@gentoo.org>2012-03-10 14:30:19 +0000
commit31445616b45036f072c5cb9c44b95789358178dd (patch)
tree28026ae2821eec3ce8776bf18e0df65df448aefc /app-emulation/vmware-converter/files/4.0.0.146302.off/009_all_init.d-modules-warning.patch
parentCleanup. VMware desktop build 591240 moved to main tree. (diff)
downloadvmware-31445616b45036f072c5cb9c44b95789358178dd.tar.gz
vmware-31445616b45036f072c5cb9c44b95789358178dd.tar.bz2
vmware-31445616b45036f072c5cb9c44b95789358178dd.zip
cleanup
svn path=/trunk/; revision=537
Diffstat (limited to 'app-emulation/vmware-converter/files/4.0.0.146302.off/009_all_init.d-modules-warning.patch')
-rw-r--r--app-emulation/vmware-converter/files/4.0.0.146302.off/009_all_init.d-modules-warning.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/app-emulation/vmware-converter/files/4.0.0.146302.off/009_all_init.d-modules-warning.patch b/app-emulation/vmware-converter/files/4.0.0.146302.off/009_all_init.d-modules-warning.patch
deleted file mode 100644
index 4eab043..0000000
--- a/app-emulation/vmware-converter/files/4.0.0.146302.off/009_all_init.d-modules-warning.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff -uNr vmware-server-distrib.orig/installer/services.sh vmware-server-distrib/installer/services.sh
---- vmware-server-distrib.orig/installer/services.sh 2006-07-01 03:14:16.000000000 +0000
-+++ vmware-server-distrib/installer/services.sh 2006-07-14 11:59:28.000000000 +0000
-@@ -606,8 +606,13 @@
- start)
- if [ -e "$vmware_etc_dir"/not_configured ]; then
- echo "`vmware_product_name`"' is installed, but it has not been (correctly) configured'
-- echo 'for the running kernel. To (re-)configure it, invoke the'
-- echo 'following command: '"$vmdb_answer_BINDIR"'/vmware-config.pl.'
-+ echo 'for the running kernel.'
-+ echo
-+ echo 'Please ensure that the modules have been compiled for this kernel:'
-+ echo ' emerge --oneshot vmware-modules'
-+ echo
-+ echo 'Also ensure '"`vmware_product_name`"' has been configured:'
-+ echo ' '"$vmdb_answer_BINDIR"'/vmware-config.pl'
- echo
-
- exit 1