We also need to disable synchronous DNS in "opera6.ini" - yes, even with
the latest RT signal related changes.
This commit is contained in:
parent
07c199ec82
commit
bc2e9efd3d
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
OPERADIR=$HOME/.opera
|
||||
|
||||
mkdir -p $OPERADIR || exit 1
|
||||
for FILE in $OPERADIR/opera.ini $OPERADIR/opera5.ini
|
||||
for FILE in $OPERADIR/opera6.ini $OPERADIR/opera5.ini $OPERADIR/opera.ini
|
||||
do
|
||||
if [ -e ${FILE} ]
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue