1
Angstrom & OpenZaurus / Oz 3.5.3 Bug List
« on: June 25, 2005, 06:20:40 pm »Quote
-nodaemonThanks. That works, until I restart Opie via the gui. I agree this a corner case, but
[div align=\"right\"][a href=\"index.php?act=findpost&pid=85750\"][{POST_SNAPBACK}][/a][/div]
I seem to do it pretty often. So I guess I will stick with the previous version, modified
to only do the eval when ssh-agent exists.
Code: [Select]
$OPIEDIR/bin/opie-reorgfiles
if [ -x /usr/bin/ssh-agent ]; then
SSHAGENT=/usr/bin/ssh-agent
eval `$SSHAGENT -s`
fi
if [ -x "$OPIEDIR/bin/opie-sh-ssh-askpass.sh" ]; then
export SSH_ASKPASS=$OPIEDIR/bin/opie-sh-ssh-askpass.sh
export DISPLAY=dummy
fi
echo Starting Opie....
$OPIEDIR/bin/qpe -terminal 2