[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

rpms/kdelibs/FC-5 kde.sh,1.2,1.3



Author: than

Update of /cvs/dist/rpms/kdelibs/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv16304

Modified Files:
	kde.sh 
Log Message:
- fix #178323 #196225, typo in kde.sh



Index: kde.sh
===================================================================
RCS file: /cvs/dist/rpms/kdelibs/FC-5/kde.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kde.sh	23 May 2006 14:15:55 -0000	1.2
+++ kde.sh	4 Jul 2006 22:06:27 -0000	1.3
@@ -1,14 +1,11 @@
 # When/if using prelinking, avoids (some) use of kdeinit
 if [ -f /etc/sysconfig/prelink ] ; then
    source /etc/sysconfig/prelink
-   if [ "$PRELINKING" == yes ] ; then
+   if [ "$PRELINKING" = yes ] ; then
       [ -z "$KDE_IS_PRELINKED" ] && KDE_IS_PRELINKED=1 && export KDE_IS_PRELINKED
    fi
 fi
 
-# if not using IP6, speeds DNS operations
-# [ -z "$KDE_NO_IPV6" ] && KDE_NO_IPV6=1 && export KDE_NO_IPV6
-
 # Make sure KDEDIR is set
 [ -z "$KDEDIR" ] && KDEDIR="/usr"
 export KDEDIR


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]