From 364ff29a35ee2eb3a8105fcf89a54887bee4f24b Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 25 Mar 2007 13:25:32 +0200 Subject: [PATCH] config_vmware(): fix small syntax error --- autoconfig.functions | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/autoconfig.functions b/autoconfig.functions index 8b872af..d8499ae 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -388,7 +388,7 @@ if checkbootparam novmware ; then ewarn "Skipping running vmware specific stuff as requested on boot commandline." ; eend 0 else if [ -z "$INSTALLED" ] ; then - if ! [ checkbootparam qemu ]; then + if ! checkbootparam qemu ; then if vmware-detect ; then if [ -r /etc/X11/xorg.conf.vmware ] ; then einfo "Copying /etc/X11/xorg.conf.vmware to /etc/X11/xorg.conf" diff --git a/debian/changelog b/debian/changelog index 9bb8cd7..abca98c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-autoconfig (0.6.24) unstable; urgency=low + + * config_vmware(): fix small syntax error. + + -- Michael Prokop Sun, 25 Mar 2007 13:25:15 +0200 + grml-autoconfig (0.6.23) unstable; urgency=low * Added config_qemu() which currently does nothing else than -- 2.1.4