X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=autoconfig.functions;h=7a003ae825c1e5899aa17e26727a5c9df2ec1fe4;hp=081aaca840226324ff70db673767a4bc3aab915f;hb=1774d86dd6a8f6ce83180963abeb1fb9a4f3b465;hpb=a18ac56c34c92e182116c7811eb90edce9f3ccc1 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