ça marche toujours pas, j'ai envoyé un mail au developpeur du script ,voila sa réponse (rapide c'est sympa
Objet : Rép : Broadband Optimizer 1.0b1 web form response
If your network connection isn't active on startup Broadband Optimizer won't load. You can comment out the code from the script that checks for the network and it'll load regardless. If you don't know how to do that here's how:
Open Terminal and type the following line:
open -a TextEdit /Library/StartupItems/BroadbandOptimizer/BroadbandOptimizer
Place a '#" character in front of the following lines:
CheckForNetwork
if [ "${NETWORKUP:=-NO-}" = "-YES-" ]; then
fi
Save changes and restart.
HTH
-john c. warner
enigmarelle development http://www.enigmarelle.com/
ps. Thanks for the links
This little script seems to have become quite popular! (c'est le lien de ce forum)
Objet : Rép : Broadband Optimizer 1.0b1 web form response
If your network connection isn't active on startup Broadband Optimizer won't load. You can comment out the code from the script that checks for the network and it'll load regardless. If you don't know how to do that here's how:
Open Terminal and type the following line:
open -a TextEdit /Library/StartupItems/BroadbandOptimizer/BroadbandOptimizer
Place a '#" character in front of the following lines:
CheckForNetwork
if [ "${NETWORKUP:=-NO-}" = "-YES-" ]; then
fi
Save changes and restart.
HTH
-john c. warner
enigmarelle development http://www.enigmarelle.com/
ps. Thanks for the links