summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}