-rwxr-xr-x | root/etc/init.d/opie | 2 | ||||
-rw-r--r-- | root/etc/ppp/peers/opie-kppp | 3 | ||||
-rw-r--r-- | root/opt/QtPalmtop/etc/opie-login.conf | 2 |
3 files changed, 6 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 | |||
@@ -2,5 +2,5 @@ | |||
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 | ||
diff --git a/root/etc/ppp/peers/opie-kppp b/root/etc/ppp/peers/opie-kppp new file mode 100644 index 0000000..2b349d9 --- a/dev/null +++ b/root/etc/ppp/peers/opie-kppp | |||
@@ -0,0 +1,3 @@ | |||
1 | noauth | ||
2 | name opie-kppp | ||
3 | usepeerdns | ||
diff --git a/root/opt/QtPalmtop/etc/opie-login.conf b/root/opt/QtPalmtop/etc/opie-login.conf new file mode 100644 index 0000000..13195b1 --- a/dev/null +++ b/root/opt/QtPalmtop/etc/opie-login.conf | |||
@@ -0,0 +1,2 @@ | |||
1 | [General] | ||
2 | AutoLogin = root | ||