summaryrefslogtreecommitdiff
path: root/root/etc/init.d
Unidiff
Diffstat (limited to 'root/etc/init.d') (more/less context) (show whitespace changes)
-rwxr-xr-xroot/etc/init.d/opie2
1 files changed, 1 insertions, 1 deletions
diff --git a/root/etc/init.d/opie b/root/etc/init.d/opie
index 5f454bd..d49498c 100755
--- a/root/etc/init.d/opie
+++ b/root/etc/init.d/opie
@@ -1,8 +1,8 @@
1#!/bin/sh 1#!/bin/sh
2# 2#
3 3
4[ -z $LOGNAME ] && export LOGNAME=root 4[ -z $LOGNAME ] && export LOGNAME=root && export HOME=/root
5[ -z $HOME ] && export HOME=/$LOGNAME 5[ -z $HOME ] && export HOME=/$LOGNAME
6 6
7export QTDIR=/opt/QtPalmtop 7export QTDIR=/opt/QtPalmtop
8export OPIEDIR=/opt/QtPalmtop 8export OPIEDIR=/opt/QtPalmtop