author | mickeyl <mickeyl> | 2003-11-06 23:14:58 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-11-06 23:14:58 (UTC) |
commit | 6cd088957d27ce639bf5ee9e25a9e37b9ad7b976 (patch) (unidiff) | |
tree | 4ef9d0ecbcabdf7231c9bb3ab800b28f227d998c | |
parent | f3546aa2a7a0fa8b1f8eb0c317ce9c7c7ab8eff3 (diff) | |
download | opie-6cd088957d27ce639bf5ee9e25a9e37b9ad7b976.zip opie-6cd088957d27ce639bf5ee9e25a9e37b9ad7b976.tar.gz opie-6cd088957d27ce639bf5ee9e25a9e37b9ad7b976.tar.bz2 |
merge root/*
-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 | |||
@@ -1,7 +1,7 @@ | |||
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 | ||
7 | export QTDIR=/opt/QtPalmtop | 7 | export QTDIR=/opt/QtPalmtop |
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 | ||