summaryrefslogtreecommitdiffstats
path: root/starttde
diff options
context:
space:
mode:
Diffstat (limited to 'starttde')
-rw-r--r--starttde8
1 files changed, 5 insertions, 3 deletions
diff --git a/starttde b/starttde
index 1eb3711b1..0d7cbff21 100644
--- a/starttde
+++ b/starttde
@@ -107,9 +107,11 @@ unset DYLD_FORCE_FLAT_NAMESPACE
if [ "$TDE_IS_PRELINKED" = "" ]; then
if [ -r /etc/default/prelink ]; then
. /etc/default/prelink
- if [ "$PRELINKING" = "yes" ]; then
- export TDE_IS_PRELINKED=1
- fi
+ elif [ -r /etc/sysconfig/prelink ]; then
+ . /etc/sysconfig/prelink
+ fi
+ if [ "$PRELINKING" = "yes" ]; then
+ export TDE_IS_PRELINKED=1
fi
fi