We also need to disable synchronous DNS in "opera6.ini" - yes, even with

the latest RT signal related changes.
This commit is contained in:
tron 2002-03-20 18:49:45 +00:00
parent 07c199ec82
commit bc2e9efd3d

View file

@ -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