Como ejecutar firestarter al arrancar

viernes, 1 de agosto de 2008 ·

Buscando por internet todo lo que encontraba se basaba en modificar el sudoers.

Pero existe otra forma. Ejecutar esto en un terminal

1.- gksudo gedit /etc/firestarter/firestarter.sh

2.- Localizar el parrafo (esta casi al principio):

if [ "$MASK" = "" -a "$1" != "stop" ]; then
echo "External network device $IF is not ready. Aborting.."
exit 2
fi


3.- modificarlo por (añadir los #):

#if [ "$MASK" = "" -a "$1" != "stop" ]; then
#echo "External network device $IF is not ready. Aborting.."
#exit 2
#fi

4.- Reiniciar


esta sacado de http://ubuntuforums.org/showthread.php?t=542756

0 comentarios: