summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2008-12-31 00:50:46 +0000
committerMike Auty <ikelos@gentoo.org>2008-12-31 00:50:46 +0000
commit20028e2b8dc36ceafb36aa26cf98d9b2eb095d65 (patch)
tree3efee85f61f70fadd45db60d9b0fe92dc9615c1e
parentUpdate open-vm-tools to the latest version in the tree, clean out the cruft. (diff)
downloadvmware-20028e2b8dc36ceafb36aa26cf98d9b2eb095d65.tar.gz
vmware-20028e2b8dc36ceafb36aa26cf98d9b2eb095d65.tar.bz2
vmware-20028e2b8dc36ceafb36aa26cf98d9b2eb095d65.zip
Remove debugging statement from vmware-config.sh
svn path=/trunk/; revision=332
-rw-r--r--ChangeLog4
-rwxr-xr-xapp-emulation/vmware-workstation/files/helpers/vmware-config.sh2
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 49d8145..b1cffc7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@
# $ Id: $
31 Dec 2008; Mike Auty <ikelos@gentoo.org>
+ app-emulation/vmware-workstation/files/helpers/vmware-config.sh:
+ Remove debugging statement from vmware-config.sh
+
+ 31 Dec 2008; Mike Auty <ikelos@gentoo.org>
-app-emulation/open-vm-tools/open-vm-tools-0.0.20080414.87182.ebuild,
-app-emulation/open-vm-tools/open-vm-tools-0.0.20080515.93241.ebuild,
-app-emulation/open-vm-tools/open-vm-tools-0.0.20080701.102166.ebuild,
diff --git a/app-emulation/vmware-workstation/files/helpers/vmware-config.sh b/app-emulation/vmware-workstation/files/helpers/vmware-config.sh
index 729cbe3..4895502 100755
--- a/app-emulation/vmware-workstation/files/helpers/vmware-config.sh
+++ b/app-emulation/vmware-workstation/files/helpers/vmware-config.sh
@@ -15,8 +15,6 @@ add_key() {
echo "${1} = \"${2}\"" >> ${CONFIG_FILE}
}
-echo "Called $0 $1 $2 $3" >> ${T}/config-helper.log
-
mkdir -p $(dirname ${CONFIG_FILE})
touch ${CONFIG_FILE}