From c3fbb9d76a3a908d1b532572b57504ec958a5c01 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 16 Dec 2007 21:56:26 +0100 Subject: [PATCH] Fix typo in /etc/grml/fai/config/scripts/GRMLBASE/32-xorg --- debian/changelog | 1 + etc/grml/fai/config/scripts/GRMLBASE/32-xorg | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 29105d4..4f5de63 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ grml-live (0.0.13) unstable; urgency=low /etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs * Adjust hostname in /etc/postfix/main.cf. * Make sure /etc/grml/fai/config/scripts/GRMLBASE/40-deborphan does not fail. + * Fix typo in /etc/grml/fai/config/scripts/GRMLBASE/32-xorg * Disable Recommends for aptitude as well. * Check for presence of live-initramfs in 10-build-initramfs. * Install aptitude in softupdate if not present. diff --git a/etc/grml/fai/config/scripts/GRMLBASE/32-xorg b/etc/grml/fai/config/scripts/GRMLBASE/32-xorg index 01597f5..d98b582 100755 --- a/etc/grml/fai/config/scripts/GRMLBASE/32-xorg +++ b/etc/grml/fai/config/scripts/GRMLBASE/32-xorg @@ -4,7 +4,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2 or any later version. -# Latest change: Mon Nov 26 15:10:25 CET 2007 [mika] +# Latest change: Sun Dec 16 21:56:07 CET 2007 [mika] ################################################################################ set -u @@ -14,7 +14,7 @@ if [ -r "$target/etc/X11/xorg.conf" ] ; then mv -f "$target"/etc/X11/xorg.conf "$target"/etc/X11/xorg.conf.debian fi -if [ "$(readlinke $target/etc/X11/X)" = "/bin/true" ] ; then +if [ "$(readlink $target/etc/X11/X)" = "/bin/true" ] ; then echo "Warning: /etc/X11/X is a symlink to /bin/true - fixing for you">&2 ln -sf /usr/bin/Xorg $target/etc/X11/X fi -- 2.1.4