summaryrefslogtreecommitdiff
path: root/root
authorzecke <zecke>2002-09-19 18:48:12 (UTC)
committer zecke <zecke>2002-09-19 18:48:12 (UTC)
commit04fd73b51c766027f2168ed8220f7cbb7ca1486c (patch) (side-by-side diff)
treef144859ed2ccf02194e506bcbccf7bce50ffef4c /root
parentf034f7d2269058ca43c2eb8af8bb8e793e1b1850 (diff)
downloadopie-04fd73b51c766027f2168ed8220f7cbb7ca1486c.zip
opie-04fd73b51c766027f2168ed8220f7cbb7ca1486c.tar.gz
opie-04fd73b51c766027f2168ed8220f7cbb7ca1486c.tar.bz2
Patch by dwwm2 to add opie-sh-ssh-askpass to opie init script
Diffstat (limited to 'root') (more/less context) (ignore whitespace changes)
-rwxr-xr-xroot/etc/init.d/opie4
1 files changed, 4 insertions, 0 deletions
diff --git a/root/etc/init.d/opie b/root/etc/init.d/opie
index 75f4f7b..b5afe86 100755
--- a/root/etc/init.d/opie
+++ b/root/etc/init.d/opie
@@ -57,6 +57,10 @@ case $1 in
SSHAGENT=""
fi
+ if [ -x $OPIEDIR/bin/opie-sh-ssh-askpass.sh ]; then
+ export SSH_ASKPASS=$OPIEDIR/bin/opie-sh-ssh-askpass.sh
+ fi
+
if [ -x $OPIEDIR/bin/opie-login ]; then
if ! killall -0 syslogd 2>/dev/null >/dev/null; then
echo Starting Opie-login....