Comment 2 for bug 174436

Revision history for this message
Alejandro Bokser (abokser) wrote :

I can confirm this bug also.

Other way to solving it for Spanish is replacing every Mas by Más in /etc/firestarter/firestarter.sh

f.i.

MASK=`/sbin/ifconfig $IF | grep Más | cut -d : -f 4`

INMASK=`/sbin/ifconfig $INIF | grep Más | cut -d : -f 4`

It is a dirty hack but it works, I like the more that recomended by rmorales.

by.