Hi Giovanni,
I tried to reproduce this problem as much as I could, but the problem
never appeared. I am using hylafax 2:4.4.4-7 on a sarge system. The
package is now available on backports.org.
Could you please check if you are still able to reproduce the problem
and if you can reproduce it even with 2:4.4.4-7?

Moreover, I read your prosed fix:

while [ $COUNT -le $2 ]
     do
        echo $COUNT
-       COUNT=$((COUNT+1))
+       COUNT=`expr $COUNT + 1`
     done
 }

but I cannot find such line in any 4.3.* or 4.4.* source packages. Did
you, by any chance, refused to install new scripts (configuration files)
while upgrading hylafax?

Thanks,
Giuseppe




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to