From: Christian Hofstaedtler Date: Thu, 17 Nov 2011 08:52:48 +0000 (+0100) Subject: Remove further X11R6 remnants X-Git-Tag: v0.9.34~3 X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=commitdiff_plain;h=1774d86dd6a8f6ce83180963abeb1fb9a4f3b465;ds=sidebyside Remove further X11R6 remnants --- diff --git a/autoconfig.functions b/autoconfig.functions index 081aaca..7a003ae 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -7,7 +7,7 @@ ################################################################################ # {{{ path, variables, signals, umask, zsh -export PATH="/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin" +export PATH="/bin:/sbin:/usr/bin:/usr/sbin" DEBUG="/dev/null" KERNEL="$(uname -r)" ARCH="$(uname -m)" @@ -1395,7 +1395,7 @@ EOF eerror " -> Please use something like xdm, gdm or kdm for starting X on a harddisk system!" ; eend 1 fi else - eerror "/usr/X11R6/bin/X is not present on this grml flavour." + eerror "/usr/bin/X is not present on this grml flavour." eerror " -> Boot parameter startx does not work therefore." ; eend 1 fi fi