From 10c6b7cf1ee02de8866f58cd29ad512cbea64ed8 Mon Sep 17 00:00:00 2001
From: Alexander Golubev <fatzer2@gmail.com>
Date: Sat, 25 Oct 2025 10:45:08 +0300
Subject: starttde: remove some obsolete comments

- I believe the PATH order question was resolved by place_before_in_path
  function.
- tdeinit_phase1 is no more experimental after a decade.

Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
---
 starttde | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/starttde b/starttde
index 5979c4872..8a21b4d49 100755
--- a/starttde
+++ b/starttde
@@ -206,8 +206,6 @@ if [ -d /usr/games -o -d "$TDEDIR/games" ] || is_in_path PATH "/usr/games"; then
     # are adding $TDEDIR/games elsewhere, then they need to ensure the traditional
     # search patch is respected.
     # This order is consistent with tdelibs/tdesu/stub.cpp.
-    # FIXME: Is there a way to check that $TDEDIR/games is always placed only
-    # just before /usr/games in the search path?
     if is_in_path PATH "/usr/games"; then
       place_before_in_path PATH "$TDEDIR/games" "/usr/games"
     else
@@ -223,8 +221,6 @@ if ! is_in_path PATH "$TDEDIR/bin" ; then
   # $TDEDIR/bin elsewhere, then they need to ensure the traditional search patch
   # is respected.
   # This order is consistent with tdelibs/tdesu/stub.cpp.
-  # FIXME: Is there a way to check that $TDEDIR/bin is always placed only just
-  # before /usr/bin in the search path?
   if is_in_path PATH "/usr/bin"; then
     place_before_in_path PATH "$TDEDIR/bin" "/usr/bin"
   else
@@ -820,7 +816,6 @@ echo "[starttde] tdeinit started successfully." 1>&2
 # ksmserver. Thus only check for 255, which means ksmserver could not
 # start. Any problems thereafter, for example, ksmserver failing to
 # initialize, remain undetected.
-# tdeinit_phase1 is still experimental.
 $TDEDIR/bin/tdeinit_phase1
 EXIT_CODE="$?"
 # If tdeinit_phase1 should cause problems, here is the old way:
-- 
cgit v1.2.3

