From 86b0b2ca844d9ff6ccd6027fdb0154a49191d683 Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Tue, 6 May 2014 11:14:14 +0200 Subject: [PATCH] Adding /usr/X11R7 to PATH Change-Id: Ifac54e59715f48bdfa4ab0a77d656d11f7289a2e --- etc/profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/profile b/etc/profile index 5bd7b555c..7a15ff733 100755 --- a/etc/profile +++ b/etc/profile @@ -5,7 +5,7 @@ set -o emacs set -o tabcomplete # Set the default path -PATH=/usr/local/bin:/usr/pkg/bin:/usr/bin:/bin:/usr/games +PATH=/usr/X11R7/bin:/usr/local/bin:/usr/pkg/bin:/usr/bin:/bin:/usr/games # Add ~/bin, iff it is present if [ -e ${HOME}/bin ]; then @@ -14,7 +14,7 @@ fi # Add sbin for root if [ "x$(id -u)" = "x0" ]; then - PATH=/usr/local/sbin:/usr/pkg/sbin:/usr/sbin:/sbin:${PATH} + PATH=/usr/X11R7/sbin:/usr/local/sbin:/usr/pkg/sbin:/usr/sbin:/sbin:${PATH} if [ -e ${HOME}/sbin ]; then PATH=${HOME}/sbin:${PATH} -- 2.44.0