diff options
Diffstat (limited to 'init-sh')
-rwxr-xr-x | init-sh/level1.sh | 2 | ||||
-rwxr-xr-x | init-sh/level2.sh | 2 | ||||
-rwxr-xr-x | init-sh/level3.sh | 2 |
3 files changed, 1 insertions, 5 deletions
diff --git a/init-sh/level1.sh b/init-sh/level1.sh index acd0622..01177ba 100755 --- a/init-sh/level1.sh +++ b/init-sh/level1.sh @@ -40,8 +40,6 @@ lilo # Path if [ ${HAVE_X}==1 ]; then AddRules "PATH=$PATH:/usr/X11R6/bin:." /etc/profile -else - AddRUles "PATH=$PATH:." /etc/profile fi diff --git a/init-sh/level2.sh b/init-sh/level2.sh index 8d20ea1..d9397d2 100755 --- a/init-sh/level2.sh +++ b/init-sh/level2.sh @@ -40,8 +40,6 @@ xhost + localhost 2>&1 >& /dev/null # Path if [ ${HAVE_X}==1 ]; then AddRules "PATH=$PATH:/usr/X11R6/bin" /etc/profile -else - AddRules "PATH=$PATH" /etc/profile fi diff --git a/init-sh/level3.sh b/init-sh/level3.sh index 400305a..de4e5f3 100755 --- a/init-sh/level3.sh +++ b/init-sh/level3.sh @@ -43,7 +43,7 @@ AddRules "umask 022" /etc/profile # Path if [ ${HAVE_X}==1 ]; then - AddRules "PATH=$PATH:/usr/X11R6/bin" + AddRules "PATH=$PATH:/usr/X11R6/bin" /etc/profile fi |