Author: glen
Date: Mon Sep 18 19:55:44 2006
New Revision: 7789

Modified:
   rc-scripts/trunk/rc.d/init.d/functions
Log:
Corrected tput check.

Modified: rc-scripts/trunk/rc.d/init.d/functions
==============================================================================
--- rc-scripts/trunk/rc.d/init.d/functions      (original)
+++ rc-scripts/trunk/rc.d/init.d/functions      Mon Sep 18 19:55:44 2006
@@ -69,7 +69,7 @@
        fi
 fi
 
-if [ -n "$TPUT" ]; then
+if [ -z "$TPUT" ]; then
        if [ -d /usr/share/terminfo ] && [ -x /usr/bin/tput -o -x /bin/tput ] ; 
then
                TPUT=yes
                # check if we are on proper terminal
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to